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
2016-10-07 17:33:03
Comments
Leave a Comment

Please login to continue.