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



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to