lst=[] n=int(input()) for i in range(0,n): ele=int(input("Enter: ")) lst.append(ele) for i in range(ele+1): power = i * i if power == ele: print(&q