errors.fyi community error code reference
EOFError
python

EOFError

Raised by input() when it reaches end-of-file without reading any data. io.IOBase.read() returns an empty bytes object at EOF rather than raising this exception.

References

โ† all namespaces for EOFError