+ 4
Help?
I keep getting an EOFError ... line #11 in my numberGame code :(
5 ответов
+ 6
That happens here in code playground because it assumes that you are giving all input at once. EOF error occurs when input is missing. If your program needs multiple inputs, give them in separate lines.
+ 5
You're welcome
+ 4
You could publish the code here, that way it's easier to help for any member of the community
+ 3
Thanks!
+ 2
Ohhhh ok that makes sense then!!