print('a b c'.split(' ')) # your code goes here
Standard input is empty
['a', 'b', '', '', '', 'c']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!