2 lines
36 B
Python
2 lines
36 B
Python
|
for i in range(10):
|
||
|
print(i + 1)
|