# your code goes hereprint ([x for x in range(10,100) if str(x**2) == str(x**2)[::-1]])
Standard input is empty
[11, 22, 26]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!