Skip to content

Instantly share code, notes, and snippets.

@justinvanwinkle
Created April 22, 2014 21:34
Show Gist options
  • Save justinvanwinkle/11195182 to your computer and use it in GitHub Desktop.
Save justinvanwinkle/11195182 to your computer and use it in GitHub Desktop.
x = 5
def foo():
print x
x = 10
print x
foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment