Skip to content

Instantly share code, notes, and snippets.

@MarkRoddy
Created October 9, 2013 18:57
Show Gist options
  • Select an option

  • Save MarkRoddy/6906317 to your computer and use it in GitHub Desktop.

Select an option

Save MarkRoddy/6906317 to your computer and use it in GitHub Desktop.
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