Skip to content

Instantly share code, notes, and snippets.

@liondancer
Created June 29, 2016 08:34
Show Gist options
  • Save liondancer/65d1701e2cc6caef597ab4690bc5d375 to your computer and use it in GitHub Desktop.
Save liondancer/65d1701e2cc6caef597ab4690bc5d375 to your computer and use it in GitHub Desktop.
def single_number2(arr):
return reduce(lambda x,y: x ^ y, arr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment