Skip to content

Instantly share code, notes, and snippets.

@nelsnelson
Created May 3, 2016 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsnelson/23127afd1bb5a92612d1d72da5beb7d6 to your computer and use it in GitHub Desktop.
Save nelsnelson/23127afd1bb5a92612d1d72da5beb7d6 to your computer and use it in GitHub Desktop.
$ python -c "print ((True == False) == True) == False"
True
$ ruby -e "puts ((true == false) == true) == false"
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment