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