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
How Does Monetary Policy Control Inflation?
How Does Monetary Policy Control Inflation? Inflation—the general rise in prices over...
By Leonard Pokrovski 2026-04-20 19:34:17 0 4K
Business
Aristotle is the most influential person in philosophy.
Aristotle is the most influential person in philosophy. Aristotle is the most influential...
By Leonard Pokrovski 2024-07-24 12:42:33 0 17K
Economics
What Policies Help Improve Economic Development?
What Policies Help Improve Economic Development? Economic development is a multifaceted process...
By Leonard Pokrovski 2026-04-11 17:47:57 0 2K
Money
How much can I borrow? (especially for home loans)
How much can I borrow? (especially for home loans) When buying a home, one of the first...
By Leonard Pokrovski 2025-09-27 16:39:04 0 16K
Healthcare
Understanding Healthcare: A Comprehensive Overview
Healthcare is a vital component of society, encompassing a broad range of services aimed at...
By Dacey Rankins 2024-10-15 17:58:39 0 19K

BigMoney.VIP Powered by Hosting Pokrov