How to access elemenst in a list of lists?

Chris Roy-Smith chris_roysmith.nothere at internode.on.net
Sun May 8 23:15:51 EDT 2011


Just learning python. 
I can see that I can address an individual element of a list of lists by 
doing something like:
row = list[5]
element = row[3]

But is there a way to directly address an entry in a single statement?
Thanks for any help.
Regards
Chris Roy-Smith



More information about the Python-list mailing list