Mark Summerfield schrieb: > Hi, > > In Python 3, input() returns an empty string in two situations: blank > lines and EOF. Could this be a platform issue? Here, on Linux, input() raises EOFError on EOF. Georg