Skip to content

Instantly share code, notes, and snippets.

@nicksloan
Created February 4, 2014 14:18
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 nicksloan/8804394 to your computer and use it in GitHub Desktop.
Save nicksloan/8804394 to your computer and use it in GitHub Desktop.
def test(arg=[]):
print arg
del arg
test()
test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment