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