• + 0 comments

    n = int(input())

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