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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to