import sys for line in sys.stdin: print(repr(line)) print("End!")
asdf fdsa
'asdf\n' 'fdsa' End!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!