Declare list of large size

marduk marduk at python.net
Mon Mar 18 18:04:07 EST 2002


On Mon, 2002-03-18 at 16:44, Aaron Ginn wrote:
> 
> Perhaps I've just glossed over this in the documentation, but what is
> the simplest way to declare a list of large size?  Is there something
> analogous to the following in C:
> 
> int list[100];
> 

list = [0]*100

--m


 Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------        
                http://www.usenet.com



More information about the Python-list mailing list