Skip to content

Instantly share code, notes, and snippets.

@completejavascript
Created September 15, 2018 06:29
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 completejavascript/f8572704a2911cbc60c88b8f60778a1b to your computer and use it in GitHub Desktop.
Save completejavascript/f8572704a2911cbc60c88b8f60778a1b to your computer and use it in GitHub Desktop.
while(1):
x = input()
y = int(x)
if y == 42:
break
print y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment