• + 0 comments

    For Python3 Platform

    n = int(input())
    
    print(*range(1, n+1), sep="")