fork download
  1. print(sum([str(i**3).endswith(str(i)) for i in range(1, 1000)]))
Success #stdin #stdout 0.02s 6916KB
stdin
Standard input is empty
stdout
25