Skip to content

Instantly share code, notes, and snippets.

@arnsholt
Created January 5, 2015 20:52
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 arnsholt/28d0d8ccf550bc2e3e86 to your computer and use it in GitHub Desktop.
Save arnsholt/28d0d8ccf550bc2e3e86 to your computer and use it in GitHub Desktop.
Should throw an exception
a=2
def foo():
if 0: a = 1
print(a)
foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment