# your code goes here a='one two three four\ five';b=a.split(/(?<!\\)\s+/);print(b);
Standard input is empty
["one", "two", "three", "four\\ five"]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!