EOFError

exception EOFError

Raised when the input() function hits an end-of-file condition (EOF) without reading any data. (N.B.: the io.IOBase.read() and io.IOBase.readline() methods return an empty string when they hit EOF.)

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.