List Comprehension for dict keys

Viewed 16

I need to serialize my dict, but i have no idea how to do it

{'AED': 3.673005, 'AFN': 88.227635, 'ALL': 116.651973, 'AMD': 404.611093, 'ANG': 1.80141, 'AOA': 431.25095,

and i need to take this

{"currency_name":{"AED","AFN"}, "currency_value":{88.227635,116.651973}
0 Answers
Related