2 lines
48 B
Python
2 lines
48 B
Python
for n in range(1, int(input())+1) :
|
|
print(n) |
for n in range(1, int(input())+1) :
|
|
print(n) |