fork download
  1. print(list(map(str, [1, 2, 3, 4, 5, 6, 7, 8, 9])))
  2. # your code goes here
Success #stdin #stdout 0.08s 14164KB
stdin
Standard input is empty
stdout
['1', '2', '3', '4', '5', '6', '7', '8', '9']