Triangle Quest 2

  • + 0 comments

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