• + 0 comments

    n = int(input()) i = 0 while i < n: print(i*i) i += 1