blob: 4f82b8511f297be7f20c40caaf8a97ea5b089fee [file] [log] [blame]
def foo():
if a + 2 > 3:
if b < 4:
#comment
a = a and b
b = 4
elif a > 20:
pass
elif b > 20:
b = a + 2
foo()
else:
b = a and b
a = 4
elif a > 20:
pass
elif b > 20:
b = a + 2
foo()
else:
b = a and b
a = 4