Skip to content

Instantly share code, notes, and snippets.

@thrasibule
Created April 7, 2018 14:30
Show Gist options
  • Save thrasibule/8fdd34b7dcf38e02fd4caf06dc6df742 to your computer and use it in GitHub Desktop.
Save thrasibule/8fdd34b7dcf38e02fd4caf06dc6df742 to your computer and use it in GitHub Desktop.
import sys
for line in sys.stdin:
print(line.rstrip())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment