lire stdn puthon 3

import sys

for line in sys.stdin:
    print(line, end="")
Ghaith Alzin