Skip to content

Instantly share code, notes, and snippets.

@jklymak
Created January 24, 2016 00:03
Show Gist options
  • Select an option

  • Save jklymak/71116b7d67c7c4607d06 to your computer and use it in GitHub Desktop.

Select an option

Save jklymak/71116b7d67c7c4607d06 to your computer and use it in GitHub Desktop.
try:
print a+'1'
except:
traceback.print_exc()
print 'hi'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment