Skip to content

Instantly share code, notes, and snippets.

@adrianmarkperea
Last active October 13, 2019 06:44
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 adrianmarkperea/9eb4134c3cdcd68b465c1019efe3abcd to your computer and use it in GitHub Desktop.
Save adrianmarkperea/9eb4134c3cdcd68b465c1019efe3abcd to your computer and use it in GitHub Desktop.
less_specific = 5
def foo():
more_specific = 2
print('Inside foo:', less_specific)
foo()
print(more_specific)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment