Files

8 lines
118 B
Python

try:
zo<caret>o(3)
try:
print(zoo(1).foo(2))
except:
print(zoo(0).foo(2))
except:
pass