• + 0 comments

    n = int(input()) print(*[num for num in range(1, n+1)], sep='')