Hi group,
I have a dict object like
emails={'mycontacts': [ '[email protected], '[email protected]',
'[email protected]'], 'myname':['gganesh']}
I need to get the lenght of the list mycontacts ,like
mycontacts_numbers=3
help me to solve
Thanks-- http://mail.python.org/mailman/listinfo/python-list
