+ 1
Input
Hi Iâm new to this and Iâm trying python. I keep running into problems with my input. If your could give me answers as to why please tell me. I really need it. :( I keep getting Traceback (most recently call last): File âscript.pyâ, Line 1, in <module> Name = input(âwhat is your name? â) EOFError: EOF when reading a line
4 Answers
+ 1
Save your code in the code playground and post a link here.
0
You need to specify what problem you are running into with input.
0
Specifically when i tupe in the string to allow someone to type
0
Diamond Emmanuel what code you are writing that produces the error ?