Trying to use input()
Is there a reason that it throws an EOF error whenever trying to use input to get the name and question, or was it mentioned previously that you can't use input() in the website code editor?
I had the same issue and was wondering the same thing.
An EOFError is raised when a built-in function like input () or raw_input () do not read any data before encountering the end of their input stream. The file methods like read () return an empty string at the end of the file. Its happen because when the compiler compile the code it get EOF at end and nothing else to do.
I got the same problem on Codecademy but when I use vscode it's fine.
This is a charming program! I got an EOF error too. If we just cut out the personalization it works nicely.
I would like to be assigned to work on this issue