Input and Ouput

Snippets about input and output.

read from stdin

import sys

for line in sys.stdin:
    print line