Linux Echo przekieruj wyjście do skryptu Python

import sys
data = sys.stdin.readlines()
Weary Wryneck