(no subject)

Erik Max Francis max at alcyone.com
Tue Apr 1 17:31:25 EST 2003


[proceeding carefully given the date ...]

Santoshi Reddy wrote:

> I am new to python.can Someone tell me what _int_ is?

It's a function/type that corresponds to basic integers.  You can pass
it an object and it will try to convert it to an integer.  If the
argument is a string, an optional second argument can be used to specify
the radix.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ A good indignation brings out all one's powers.
\__/ Ralph Waldo Emerson
    Esperanto reference / http://www.alcyone.com/max/lang/esperanto/
 An Esperanto reference for English speakers.




More information about the Python-list mailing list