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