Skip to content

Instantly share code, notes, and snippets.

@batok
Created July 7, 2009 19:38
Show Gist options
  • Save batok/142307 to your computer and use it in GitHub Desktop.
Save batok/142307 to your computer and use it in GitHub Desktop.
try:
int(a)
if a > 10:
raise
except:
a = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment