+ 11
what are eof errors?
Hello everyone! I just wanted to ask you something. what are eof errors in python? I have found them in one of my codes. can someone tell me about them?
6 Respostas
+ 7
what can I do to fix them ?
+ 6
Prometheus 🇸🇬 thank you ☺
+ 6
Ray Kon thanks ☺
+ 5
it's encountered whenever the ending of a file isn't found......
cases this is significantly noticed is when the file has crashed
+ 4
EOF is what happens when your input lines don't math the amount of input you need, to put it in an oversimplified manner.
+ 1
ok