Skip to content

Instantly share code, notes, and snippets.

@akiniwa
Created August 18, 2015 06:12
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 akiniwa/94e1107fffcf9d65cca7 to your computer and use it in GitHub Desktop.
Save akiniwa/94e1107fffcf9d65cca7 to your computer and use it in GitHub Desktop.
if __name__ == '__main__':
while True:
try:
s = raw_input()
except EOFError:
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment