Python Dictionary Key/Value Swap

0
14K

You can change the keys and values in a dictionary using a loop and items(). This can be helpful if the key doesn't exist in the dictionary, but the value exist. Here's an example:

d = {'key1': 'val1', 'key2': 'val2', 'key3': 'val3'}

d_swap = {v: k for k, v in d.items()}
print(d_swap)
# {'val1': 'key1', 'val2': 'key2', 'val3': 'key3'}
Search
Categories
Read More
Социальные проблемы
Антебеллум. Antebellum. (2020)
Известная писательница, активистка и борец за права чёрных женщин Вероника Хенли оказывается в...
By Nikolai Pokryshkin 2022-10-14 21:00:31 0 49K
Business and Corporate Finance
What Tools Are Used in Corporate Finance?
What Tools Are Used in Corporate Finance? Corporate finance focuses on how companies manage...
By Leonard Pokrovski 2026-01-22 20:08:23 0 4K
Customer Service
How Does Personalization Improve Customer Experience?
Personalization has become one of the most powerful strategies in modern customer experience...
By Dacey Rankins 2026-03-09 22:54:33 0 4K
Business
How to effectively resolve conflicts in a team? Guide from the HR Director
How to effectively resolve conflicts in a team? Guide from the HR Director One colleague...
By Leonard Pokrovski 2024-08-11 17:11:36 0 19K
Социальные проблемы
Напоказ. Appearances. (2020)
Эва, героиня фильма «Напоказ», молодая счастливая женщина, мать очаровательного...
By Nikolai Pokryshkin 2022-10-10 18:15:51 0 33K

BigMoney.VIP Powered by Hosting Pokrov