From: Kermit Rose Date: 02/10/06 17:36:34 To: [EMAIL PROTECTED] Subject: Arrays Hello. I want to write a program in python using integer arrays. I wish to calculate formulas using 200 digit integers. I could not find any documentation in python manual about declaring arrays. I searched the internet and found an example that said I must declare from Numeric import * and I downloaded a numerical python extension, but still have not found a way to declare an array of given length. The zeros function always gives me an error message. Kermit < [EMAIL PROTECTED] >
-- http://mail.python.org/mailman/listinfo/python-list