how to get the length of a number

Fredrik Lundh fredrik at pythonware.com
Sun Jun 11 16:18:52 EDT 2006


Stan Cook wrote:

> Is there a function I've forgotten about to convert an
 > integer to a string?

str(value)

</F>




More information about the Python-list mailing list