fork download
  1. # your code goes here
Success #stdin #stdout 0.01s 6984KB
stdin
L = [i for i in range(1, 11)] print(L[::2])
stdout
Standard output is empty