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

6 wiersze
55 B
Python
Czysty Zwykły widok Historia

def f():
try:
f()
finally:
g()