what does int means for python ?

alefajnie devphyl at gmail.com
Sun May 11 06:05:08 EDT 2008


>
> 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 ?



More information about the Python-list mailing list