from sys import stdin for line in stdin: print (line.split())
1 2 3 44 55 3 2 34 53 2
['1', '2', '3', '44'] ['55', '3', '2'] ['34', '53', '2']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!