ChastyАналогично захвату данных с клавиатуры c++ (a=getchar())
import sys for c in sys.stdin.read(): print(c)