25 May
2000
25 May
'00
6:21 p.m.
andres@corrada.com wrote:
From the python int doc string:
print int.__doc__ int(x) -> integer
Convert a string or number to an integer, if possible. A floating point argument will be truncated towards zero.
I _always_ get bitten by this :( Sorry for my igorance, Chris