• + 0 comments

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

    Efficient and Simple Code