3 lines
32 B
Python
3 lines
32 B
Python
|
for i in range(3):
|
||
|
print(i)
|