blob: 9b20d8ec3308ef028ababe5c1bf06ffaaf514644 [file] [log] [blame]
try:
try:
print(zoo(1).foo(2))
except:
print(zoo(0).foo(2))
zoo(3)
except:
pass