Using len()

Fredrik Lundh fredrik at pythonware.com
Sat Mar 11 04:15:37 EST 2006


Bryan Olson wrote:

> Try "rawinput()" instead.

or, less likely to give a NameError,

    raw_input()

</F>






More information about the Python-list mailing list