Skip to content

Instantly share code, notes, and snippets.

@zackmdavis
Created March 27, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackmdavis/dbbc622a7cbdc015eb931980978ce70a to your computer and use it in GitHub Desktop.
Save zackmdavis/dbbc622a7cbdc015eb931980978ce70a to your computer and use it in GitHub Desktop.
def outer():
def inner():
print(p)
p = 1
inner()
outer()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment