fork download
  1. n = int(input())
  2. while n != 42:
  3. print(n)
  4. n = int(input())
Runtime error #stdin #stdout #stderr 0.01s 9032KB
stdin
2
stdout
2
stderr
Traceback (most recent call last):
  File "prog.py", line 4, in <module>
EOFError: EOF when reading a line