Skip to content

Instantly share code, notes, and snippets.

@oskimura
Created July 24, 2021 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oskimura/f39af77577ec2b76cdfad062c39f14ed to your computer and use it in GitHub Desktop.
Save oskimura/f39af77577ec2b76cdfad062c39f14ed to your computer and use it in GitHub Desktop.
import sys
while True:
input_ = sys.stdin.readline()
if input_ == '':
break
sys.stdout.write(input_)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment