fork download
  1. print max(x * y
  2. for x in xrange(100,1000)
  3. for y in xrange(100,1000)
  4. if str(x*y) == str(x*y)[::-1])
  5.  
Success #stdin #stdout 1.42s 6356KB
stdin
Standard input is empty
stdout
906609