Skip to content

Instantly share code, notes, and snippets.

@etscrivner
Created July 7, 2015 16:25
Show Gist options
  • Select an option

  • Save etscrivner/b02470e13ce957fb6255 to your computer and use it in GitHub Desktop.

Select an option

Save etscrivner/b02470e13ce957fb6255 to your computer and use it in GitHub Desktop.
>>> account("deposit")(25)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "closure_objects.py", line 3, in deposit
balance = balance + amount
UnboundLocalError: local variable 'balance' referenced before assignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment