• + 0 comments

    n = int(input())

    for i in range(0,n): sq = i*i print(sq) i += 1