• + 0 comments

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