bruce wrote:

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

It's just a list of lists.

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
  San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   Have you ever loved somebody / Who didn't know
    -- Zhane
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to