Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to use input() #59

Open
cginnaty opened this issue Jul 6, 2022 · 5 comments
Open

Trying to use input() #59

cginnaty opened this issue Jul 6, 2022 · 5 comments

Comments

@cginnaty
Copy link

cginnaty commented Jul 6, 2022

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?

@Luis-Rodriguez-02
Copy link

I had the same issue and was wondering the same thing.

@monumanpreet
Copy link

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.

@sleepykanguru22
Copy link

I got the same problem on Codecademy but when I use vscode it's fine.

@CPaxtonProgrammer
Copy link

This is a charming program! I got an EOF error too. If we just cut out the personalization it works nicely.

@LizzyWizz
Copy link

I would like to be assigned to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants