+ 1
Pls What is the meaning of 'EOF error: EOF when reading line' in python??
ERROR
2 ответов
+ 4
Michael Ilenikhena Kindly use the SEARCH BAR before posting Questions
This may help...
https://www.sololearn.com/discuss/2017150/?ref=app
https://www.sololearn.com/discuss/2615286/?ref=app
https://www.sololearn.com/discuss/487219/?ref=app
https://www.sololearn.com/discuss/2344854/?ref=app
https://www.sololearn.com/discuss/454739/?ref=app
https://www.sololearn.com/discuss/1276261/?ref=app
https://www.sololearn.com/discuss/2028823/?ref=app
https://www.sololearn.com/discuss/2126762/?ref=app
https://www.sololearn.com/discuss/2553403/?ref=app
https://www.sololearn.com/discuss/1919120/?ref=app
0
An EOFError is raised when a built-in function like input() or raw_input() do not read any data before encountering the end of their input stream. The file methods like read() return an empty string at the end of the file.