micropython/tests/bytecode/mp-tests/try5.py

9 wiersze
71 B
Python

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