Skip to content

Instantly share code, notes, and snippets.

@vortec
Created October 21, 2013 09:12
Show Gist options
  • Select an option

  • Save vortec/7080893 to your computer and use it in GitHub Desktop.

Select an option

Save vortec/7080893 to your computer and use it in GitHub Desktop.
>>> foo = 12
>>> def func():
... print foo
...
>>> func()
12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment