Triangle Quest 2

  • + 0 comments
    for i in range(1, int(input())+1):
        print(pow((10**i)//9, 2))