fork download
  1. # your code goes here
  2. print([1,2,3,4,5][3:100])
Success #stdin #stdout 0.02s 9136KB
stdin
Standard input is empty
stdout
[4, 5]