>
> try arr[2][3] instead.
>
> basically your version is trying to index an array with a tuple argument 
> (2,3).
>
> --irmen


oh, you're right.

btw, is any simple way to create multi-dimension array ?
any built-in function ?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to