AbstractBeliefs

Untitled

Dec 16th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. try:
  2.     someRiskyFunction()
  3. except SomeException:
  4.     print "Whoops"
  5. otherCode()
Advertisement
Add Comment
Please, Sign In to add comment