i have

{'extreme_fajita': [*{5: 4.0}*, *{6: 6.0}*],
 'fancy_european_water': [*{5: 8.0}*, *{6: 5.0}*]}

if the keys of the dictionaries(bold & italic) are equal. I want to add
bold dict values, & italic dict values.

result should some thing like this

[{5:12.0},{6:11.5}]

i tried to do...

but need your help.

Thank you.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to