"Dustan" <[EMAIL PROTECTED]> writes:

> No, I mean given a big number, such as
> 1000000000000000000000000000000000000000000000000000, convert it into
> scientific notation.

It's the same.

>>> print "%e" % 1000000000000000000000000000000000000000000000000000
1.000000e+51


-- 
Jorge Godoy      <[EMAIL PROTECTED]>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to