Triangle Quest 2

  • + 0 comments

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