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