for i in range(1,50,1): import math as m if int(m.sqrt(i))==float(m.sqrt(i)): print(i)
it is the program for finding perfect square numbers can any one explain the**(if i