Triangle Quest

  • + 0 comments

    For Python3 Platform

    for i in range(1,int(input())):
        print(i * (10**i)//9)