python三行搞定!

for i in range(256+1):
    if str(i ** 2) == str(i ** 2)[::-1]:
        print(i)