Life, the Universe, and Everything : https://www.spoj.pl/problems/TEST/
All source code available on github
# python 2.7
num=input()
while num!=42:
print num
num=input()
# python 2.7
num=input()
while num!=42:
print num
num=input()
0 comments:
Post a Comment