mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
9 lines
71 B
Python
9 lines
71 B
Python
try:
|
|
f()
|
|
except A:
|
|
g()
|
|
except B as b:
|
|
h()
|
|
finally:
|
|
i()
|