• + 0 comments

    Python Solution:

    n = int(input())
    for i in range(0,n):
        print(i**2)