fork download
  1. a = [1, 2, 3, 4, 5]
  2. print(a[None:None])
Success #stdin #stdout 0.1s 14084KB
stdin
Standard input is empty
stdout
[1, 2, 3, 4, 5]