Dennis Lee Bieber enlightened us with:
> The above is windows, I believe Linux uses instead of
>
That's correct. And so do all unix systems including MacOS X.
Sybren
--
Sybren Stüvel
Stüvel IT - http://www.stuvel.eu/
--
http://mail.python.org/mailman/listinfo/python-list
Thank you Sir.
Dr. Pastor wrote:
> Python 2.5b3 on Windows XP.
>
> (exception EOFError
> Raised when one of the built-in functions (input() or
> raw_input()) hits an end-of-file condition (EOF) without reading any data.)
>
> For me, raw_input (hit enter) returns an e
Python 2.5b3 on Windows XP.
(exception EOFError
Raised when one of the built-in functions (input() or
raw_input()) hits an end-of-file condition (EOF) without reading any data.)
For me, raw_input (hit enter) returns an empty string!
(>>> x=raw_input()
>>> x
''
>