fork download
  1. def reverse(x): return x[::-1]
  2. print(reverse(list(range(1,1000001)))[0])
Success #stdin #stdout 0.13s 5908KB
stdin
Standard input is empty
stdout
1000000