mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
8 lines
107 B
Python
8 lines
107 B
Python
zoo(3)
|
|
try:
|
|
try:
|
|
print(zoo(1).foo(2))
|
|
except:
|
|
print(zoo(0).foo(2))
|
|
except:
|
|
pass |