simple question on dictionary usage

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Sat Oct 27 08:23:30 EDT 2007


My take too :-)

dict(item for item in record.iteritems() if item[0][0] == 'E')

Bye,
bearophile




More information about the Python-list mailing list