multidimensional "arrays"

Horacius ReX horacius.rex at gmail.com
Thu Dec 6 10:29:41 EST 2007


in python, when I want to use arrays, I follow this way;

DATA = [0] * nint

and when I want to use I do;

....

DATA[i] = ....

do you know how to do similar but in two dimensions ?

thanks



More information about the Python-list mailing list