fork(1) download
  1. L = []
  2. L = [0,1,2,3,4]
  3. print (L)
Success #stdin #stdout 0.01s 9992KB
stdin
Standard input is empty
stdout
[0, 1, 2, 3, 4]