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
Жизненные вопросы
Головоломка. Inside Out. (2016)
Райли — обычная 11-летняя школьница, и, как у каждого из нас, ее поведение определяют пять...
By Nikolai Pokryshkin 2023-03-05 14:55:29 0 38K
Economics
Why Is Inflation Rising?
Why Is Inflation Rising? Inflation—the rate at which the general level of prices for goods...
By Leonard Pokrovski 2026-04-18 01:29:32 0 2K
Ask an Expert
Search for an expert to produce in Telegram. How to find? What to offer? How to negotiate?
After we have chosen a niche in which we will work as a producer, we need to find someone whom we...
By FWhoop Xelqua 2022-09-20 19:02:35 0 33K
Business
Why doesn't Mark Zuckerberg control Facebook and Instagram ads?
A bipartisan group of 19 US lawmakers sent a letter to the CEO of Meta  Mark Zuckerberg, in...
By Dacey Rankins 2024-09-17 20:42:52 0 18K
Financial Services
Elasticity in areas other than price
Key points Elasticity is a general term, referring to percentage change of one...
By Mark Lorenzo 2023-07-07 20:37:00 0 15K

BigMoney.VIP Powered by Hosting Pokrov