blob: 031fab47c9dda6b1d02ff812b9b376c4e7801bfd [file] [log] [blame]
def test(a, b=1):
if a:
print(a)
else:
for n in range(10):
pass
print(b)