fork download
  1. name = input("What is your name?")
  2. print("Hello ", name, ".")
  3. answer = input("How are you?")
  4. print("That's ", answer)
Runtime error #stdin #stdout #stderr 0.04s 9168KB
stdin
myaut
stdout
What is your name?Hello  myaut .
How are you?
stderr
Traceback (most recent call last):
  File "./prog.py", line 3, in <module>
EOFError: EOF when reading a line