Jon Bowlas wrote:
For example I'd like to kow how many dictionaries there are with a
level 1, 2 , 23 & 3 etc. How would one go about achieveing this?

Hope someone can help.

sum(u'Level 2 Courses' in dct for dct in yourlist)

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to