Created
October 9, 2013 18:57
-
-
Save MarkRoddy/6906317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mroddy@mroddy-local-vm:~$ python | |
| Python 2.7.3 (default, Apr 10 2013, 05:46:21) | |
| [GCC 4.6.3] on linux2 | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| >>> if float > 2.3: | |
| ... print "wat?" | |
| ... | |
| wat? | |
| >>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment