9 lines
71 B
Python
Raw Normal View History

try:
f()
except A:
g()
except B as b:
h()
finally:
i()