+ 1
Please what is the meaning of EOFError in python
4 odpowiedzi
+ 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
+ 1
"No more for reading when code expexting to read something."
End of file (EOF) reached..
No input (you giving)..
+ 1
EOF means End Of Line.