+ 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
4 Antworten
+ 1
EOFError typically appears, when you:
Use indentation wrong.
Forget to finish a parenthesis pair.
0
Perhaps you didn't enter the input? On Sololearn, we have to enter them right after we hit "Run".
0
The code is correct .....
0
Please share your code