[Edu-sig] Emulating Pascal input

Guido van Rossum guido at python.org
Wed May 22 07:42:59 EDT 2002


[Michael Williams is looking for a readln() replacement]

If you're willing to change the input format to require commas between
numbers, you could use the standard built-in function input(), which
was put in Python specifically to support this kind of usage.

--Guido van Rossum (home page: http://www.python.org/~guido/)





More information about the Python-list mailing list