K.py 47 B

12
  1. for x in range(1, int(input())+1):
  2. print(x)