Reoedering indexes in list of list

Toto emayssat at gmail.com
Tue Sep 28 15:30:54 EDT 2010


again I want:

alias[y][x] returns myList[x][y]

> print a[1][0]
> '10'
> but print l[1][0]
> '01'
>
> notice the indexes  of the list l are inverted...






More information about the Python-list mailing list