fork download
  1. a="abc"
  2. b=list(a)
  3. print(b)
Success #stdin #stdout 0.02s 9260KB
stdin
Standard input is empty
stdout
['a', 'b', 'c']