fork(1) download
  1. # your code goes here
  2. print ([x for x in range(10,100) if str(x**2) == str(x**2)[::-1]])
Success #stdin #stdout 0.01s 27704KB
stdin
Standard input is empty
stdout
[11, 22, 26]