Hello, I have this list>>> currencies = [{'sign': '\xe2\x82\xac', 'id': 'EUR', 'is_selected': False, 'title': 'EURO'}, {'sign': '\xc2\xa3', 'id': 'GBP', 'is_selected': True, 'title': 'Pound'}, {'sign': '$', 'id': 'USD', 'is_selected': False, 'title': 'Dollar'}]
What is the simplest way to extract the dictionary that has key 'is_selected'== True?
Thanks Norman _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor