2d lists

SunX xiaohua_sun at yahoo.com
Sat May 29 18:11:50 EDT 2004


What is the best way to assign a 2d lists?  Something like;

for i in range(10):
    for j in range(10):
        aList[i][j] = i*j

Thank you in advance.



More information about the Python-list mailing list