fork download
  1. print('a b c'.split(' '))
  2.  
  3. # your code goes here
Success #stdin #stdout 0.09s 14116KB
stdin
Standard input is empty
stdout
['a', 'b', '', '', '', 'c']