Concept

FloatingPointError

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.)

0

1

Updated 2021-05-18

Tags

Python Programming Language

Data Science

Related