twistedlogic
Technical User
Hi all...
If you make a complex list (list of lists)such as....
myList = [[cat, 1],[dog, 2],[chicken, 3]]
how do you go about accessing the individual parts of the lists... ie if we want to access the first member of the second list (dog)?
thanks in advance
If you make a complex list (list of lists)such as....
myList = [[cat, 1],[dog, 2],[chicken, 3]]
how do you go about accessing the individual parts of the lists... ie if we want to access the first member of the second list (dog)?
thanks in advance