fork download
  1. # your code goes here
  2.  
  3. print("Input your favorite number")
  4. n=input()
  5. print("Your favorite number is ",n)
Runtime error #stdin #stdout #stderr 0.12s 23564KB
stdin
Standard input is empty
stdout
Input your favorite number
stderr
Traceback (most recent call last):
  File "./prog.py", line 4, in <module>
EOFError: EOF when reading a line