Whenever i am trying to write the input I get some EOF error 😐 why is it so? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Whenever i am trying to write the input I get some EOF error 😐 why is it so?

I typed s = input("this is good: ") print(s) the output said there was an error

4th Jul 2019, 4:53 AM
Isha Thakur
Isha Thakur - avatar
4 Answers
+ 1
EOFError typically appears, when you: Use indentation wrong. Forget to finish a parenthesis pair.
4th Jul 2019, 11:07 AM
Seb TheS
Seb TheS - avatar
0
Perhaps you didn't enter the input? On Sololearn, we have to enter them right after we hit "Run".
4th Jul 2019, 5:10 AM
Kishalaya Saha
Kishalaya Saha - avatar
0
The code is correct .....
4th Jul 2019, 7:45 AM
ANJALI SAHU
0
Please share your code
4th Jul 2019, 7:46 AM
ANJALI SAHU