# File: iposample.py # Input-Process-Output model # from sys import stdin,stdout for line in stdin: stdout.write(line)