How to have a list of lists (or array of lists)

bahoo b83503104 at yahoo.com
Tue Apr 3 12:12:30 EDT 2007


Hi,

I want to have many lists, such as list0, list1, list2, ..., each one
holding different number of items.
Is there something like
list[0]
list[1]
list[2]

so that I can iterate through this list of lists?

Thanks!
bahoo




More information about the Python-list mailing list