arrays in python
Steven D'Aprano
steve at REMOVETHIScyber.com.au
Fri Feb 10 19:19:03 EST 2006
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.
More information about the Python-list
mailing list