mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
8 lines
145 B
Python
8 lines
145 B
Python
|
|
try:
|
|
try:
|
|
print(zoo(1).foo(2))
|
|
except:
|
|
print<caret>(zoo(0).foo(2)) # <- move statement up here
|
|
except:
|
|
zoo(3) |