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
Business
How to choose the perfect outfit for the office: style tips
Choosing the perfect outfit for the office can be challenging, especially if you want to look...
By Dacey Rankins 2024-09-24 13:32:15 0 17K
Television
FOX 9 Live TV, Minneapolis-St. Paul USA
Minneapolis-St. Paul news, Minnesota weather, traffic and sports from FOX 9, serving the Twin...
By Nikolai Pokryshkin 2022-09-21 08:26:12 0 39K
Business
Capital
Capital (from the Latin capitalis "main, basic", from the root caput - "head, unit, thing", in...
By Dacey Rankins 2024-09-20 18:38:50 0 11K
Productivity
What is the difference between focus and concentration?
What Is the Difference Between Focus and Concentration? The terms focus and concentration are...
By Michael Pokrovski 2026-04-18 07:06:32 0 2K
Телевидение
Телеканал Саратов 24 прямая трансляция.
"Саратов 24" — начал вещание 14 ноября 2014 года. Это уникальный формат телевидения,...
By Nikolai Pokryshkin 2022-11-07 11:09:07 0 30K

BigMoney.VIP Powered by Hosting Pokrov