mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
7 lines
121 B
Python
7 lines
121 B
Python
|
|
try:
|
|
print(zoo(1).foo(2))
|
|
except:
|
|
print<caret>(zoo(0).foo(2)) # <- move statement up here
|
|
else:
|
|
a = 1 |