Files
openide/python/testData/mover/nestedBlock_afterUp.py

8 lines
105 B
Python

def test(a, b=1):
if a:
print(a)
else:
for n in range(10):
print(b)