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