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
Economics
Can economic growth be sustainable?
Can Economic Growth Be Sustainable? A century ago, a forest in the Pacific Northwest could...
By Leonard Pokrovski 2026-05-25 22:06:25 0 8K
Искусство, культура и развлечения
Выпускной. The Prom. (2020)
В консервативном городке Эджуотер штата Индиана местной школьнице-лесбиянке не позволяют привести...
By Nikolai Pokryshkin 2022-09-23 22:54:34 0 38K
Business
What Products Sell Best on Marketplaces?
The temptation is understandable. A new seller arrives on a marketplace. They open the...
By Dacey Rankins 2026-06-15 16:11:31 0 1K
Programming
Python roblox-aio.py
roblox-aio.py is a Python Roblox API wrapper library that will have many features in the future....
By Jesse Thomas 2023-04-27 21:25:51 0 12K
Социальные проблемы
Мулан. Mulan. (2020)
Изданный императором Китая указ о призыве на службу в армии одного мужчины из каждой семьи для...
By Nikolai Pokryshkin 2022-10-14 20:15:04 0 33K

BigMoney.VIP Powered by Hosting Pokrov