Please what is the meaning of EOFError in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please what is the meaning of EOFError in python

18th Jul 2020, 3:45 PM
Tim Don👨🏾‍💻🤟
Tim Don👨🏾‍💻🤟 - avatar
4 Answers
+ 4
An eoferror is raised when a built-in function like input() do not read any data before encountering the end of their input stream
18th Jul 2020, 3:50 PM
Juancho
Juancho - avatar
+ 1
"No more for reading when code expexting to read something." End of file (EOF) reached.. No input (you giving)..
18th Jul 2020, 3:50 PM
Jayakrishna 🇮🇳
+ 1
EOF means End Of Line.
18th Jul 2020, 9:23 PM
Seb TheS
Seb TheS - avatar