"Carlos Laviola" <[EMAIL PROTECTED]> wrote
i[0, 1, 2]j[2, 1, 0] Theoretically, I could then just iterate over range(len(M)) and grabM[i[N]j[N]], but that's not legal. What would be the right way of doingthis?
M [ i[N] ] [ j[N] ] You just missed a couple of brackets... HTH,Alan G
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor