Skip to content

Instantly share code, notes, and snippets.

@RakshithNM
Created October 8, 2016 08:10
Show Gist options
  • Save RakshithNM/2307bbe03303f8bacd6819f0e4ee9bda to your computer and use it in GitHub Desktop.
Save RakshithNM/2307bbe03303f8bacd6819f0e4ee9bda to your computer and use it in GitHub Desktop.
LIFE, UNIVERSE AND EVERYTHING - https://www.codechef.com/problems/TEST
while 1:
a = int(raw_input())
if a == 42:
break
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment