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 Is Inequality Measured in Development Economics?
How Is Inequality Measured in Development Economics? Economic inequality—differences in...
By Leonard Pokrovski 2026-03-11 23:28:19 0 7K
Marketing and Advertising
Micro vs Macro vs Mega Influencers: What’s the Difference and When Should You Use Each?
Introduction: The Changing Face of Influence Influencer marketing has transformed from a fringe...
By Dacey Rankins 2025-10-08 18:17:07 0 9K
Business
The Falcon Heavy
The Falcon Heavy is an American super-heavy launch vehicle (LV) with the ability to reuse the...
By Leonard Pokrovski 2024-07-27 12:01:38 0 24K
Mental Health
ADHD: Possible Positive Traits
Possible positive traits of ADHD are a new avenue of research, and therefore limited. A 2020...
By Kelsey Rodriguez 2023-05-10 18:09:38 0 12K
Business
How Do I Start a Career in Project Management?
Project management is a dynamic and rewarding career that involves leading teams, managing...
By Dacey Rankins 2025-05-16 14:43:22 0 13K

BigMoney.VIP Powered by Hosting Pokrov