Reference

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.

URL: https://docs.python.org/3/library/exceptions.html#EOFError

0

1

Updated 2026-06-07

Tags

Python Programming Language

Data Science

Related