Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. try:
  2. foo()
  3. except Exception:
  4. print("Exception occured")
  5. else:
  6. print("Exception didnt occur")
  7. finally:
  8. print("Always gets here")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement