I need to integrate my code into the one below to solve this.
import sys for line in sys.stdin: print(line, end="")