On Fri, 10 Feb 2006 17:50:21 -0500, Kermit Rose wrote:

> I want to write a program in python using integer arrays.
>  
> I wish to calculate formulas using 200 digit integers.

Must the integers have exactly 200 digits? If you multiply one of these
200-digit integers by ten, should it silently overflow, raise an
exception, or become a 201-digit integer?

[snip]

> The zeros function always gives me an error message.

Oh, don't tell me, I love playing guessing games!

Is it a SyntaxError?



-- 
Steven.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to