for x in range (0, 3): print "%d hello world" % (x)
Standard input is empty
0 hello world 1 hello world 2 hello world
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!