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

16 wiersze
104 B
Python

try:
f()
except:
g()
else:
h()
try:
f()
except:
g()
else:
h()
finally:
i()