Skip to content

Instantly share code, notes, and snippets.

@doda-zz
Created June 19, 2012 17:06
Show Gist options
  • Save doda-zz/2955321 to your computer and use it in GitHub Desktop.
Save doda-zz/2955321 to your computer and use it in GitHub Desktop.
def a():
try:
return
finally:
print 'will always print'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment