Skip to content

Instantly share code, notes, and snippets.

@blinsay
Created February 16, 2013 21:33
Show Gist options
  • Save blinsay/4968833 to your computer and use it in GitHub Desktop.
Save blinsay/4968833 to your computer and use it in GitHub Desktop.
In [1]: int(True)
Out[1]: 1
In [2]: True == 1
Out[2]: True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment