Pronlem 5:
Read an integer n. For all non-negative integers i
if __name__ == '__main__': n = int(input()) for i in range(0, n): print(i*i)