Python Challenges: Find the single number in a list that doesn't occur twice
Write a Python program to find the single number in a list that doesn't occur twice.
Explanation:

Sample Solution:
Python Code:
Sample Output:
5 1
Flowchart:
Python Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a Python program to compute and return the square root of a given 'integer'.
Next: Write a Python program to find the single element in a list where every element appears three times except for one.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.