2025-06-21 20:48:22 +09:00

2 lines
48 B
Python

for n in range(1, int(input())+1) :
print(n)