Skip to content

Instantly share code, notes, and snippets.

@jyhsu2000
Created October 18, 2017 13:38
Show Gist options
  • Save jyhsu2000/03b957ba0a6ca196a339291c55c6ca56 to your computer and use it in GitHub Desktop.
Save jyhsu2000/03b957ba0a6ca196a339291c55c6ca56 to your computer and use it in GitHub Desktop.
def process():
pass
while True:
try:
process()
except EOFError:
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment