Skip to content

Instantly share code, notes, and snippets.

@wraithan
Created December 8, 2011 00:07
Show Gist options
  • Select an option

  • Save wraithan/1445427 to your computer and use it in GitHub Desktop.

Select an option

Save wraithan/1445427 to your computer and use it in GitHub Desktop.
Python 3.2.2 (default, Sep 5 2011, 04:52:19)
[GCC 4.6.1 20110819 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> if True:
... foo = 5
...
>>>> print(foo)
5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment