fork download
  1. a ='apple btc python'
  2. b = a.split()
  3. print(b)
Success #stdin #stdout 0.03s 9616KB
stdin
Standard input is empty
stdout
['apple', 'btc', 'python']