• + 2 comments

    list(map(lambda n:print(n,end=""),range(1,int(input())+1)))

    :>