9 lines
71 B
Python
9 lines
71 B
Python
|
try:
|
||
|
f()
|
||
|
except A:
|
||
|
g()
|
||
|
except B as b:
|
||
|
h()
|
||
|
finally:
|
||
|
i()
|