• + 0 comments

    For Python3

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