Skip to content

Instantly share code, notes, and snippets.

@ohcibi
Created May 9, 2016 15:11
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 ohcibi/2f1e2eb4fc03d0cd5a467295a3ed193f to your computer and use it in GitHub Desktop.
Save ohcibi/2f1e2eb4fc03d0cd5a467295a3ed193f to your computer and use it in GitHub Desktop.
f2 = "hallo"
def f1():
print(f2)
f2 = "holla"
f1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment