fork download
  1. # your code goes here
  2. a = [0,1,2]
  3. [2]
  4. print(a)
Success #stdin #stdout 0.03s 9296KB
stdin
Standard input is empty
stdout
[0, 1, 2]