Это нужно сделать в питоне
A , B = int (input()) , int (input())
for i in range (A,B+1):
print (i**2)