Hello. This is my solution to the TEST problem in Python 3.4. How is it possible that it shows no output? is this a bug in the Python 3.4 judge? I am really curious about that...
import sys
while(True):
x = int(sys.stdin.readline())
if x == 42:
break
sys.stdout.write(str(x) + '\n')
created
last reply
- 7
replies
- 1.1k
views
- 3
users
- 1
like