defining multi dimensional array

Fredrik Lundh fredrik at pythonware.com
Wed Jul 5 03:48:29 EDT 2006


bruce wrote:

> basic question..

which means that it can usually be answered by reading the tutorial, the 
FAQ, or by googling for "python" plus your subject line...

> how do i define a multi dimensional array
> 
>  a[10][10]
> 
> is there a kind of a = array(10,10)

http://pyfaq.infogami.com/how-do-i-create-a-multidimensional-list

</F>




More information about the Python-list mailing list