Skip to content

Instantly share code, notes, and snippets.

@avamsi
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save avamsi/c787530e016cf555862e to your computer and use it in GitHub Desktop.

Select an option

Save avamsi/c787530e016cf555862e to your computer and use it in GitHub Desktop.
while True:
out = raw_input()
if int(out) is 42:
break
print out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment