2022-05-05 18:25:55 +02:00

7 lines
68 B
Python

def do_nothing(i):
pass
for i in range(10):
do_nothing(i)