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
Arts, Culture and Entertainment
Ma Rainey's Black Bottom (2020)
Late to the session, the fearless, fiery Ma engages in a battle of wills with her white manager...
By Leonard Pokrovski 2022-09-27 14:44:34 0 33K
Business
How Does the Company Celebrate Successes and Recognize Employee Contributions?
A thriving organization understands that success is a collective effort and that recognizing the...
By Dacey Rankins 2025-06-12 14:49:53 0 21K
Economics
Is environmental economics a good field?
Is Environmental Economics a Good Field? There is a moment, quiet and almost embarrassing in its...
By Leonard Pokrovski 2026-05-28 21:56:43 0 4K
Business
Here Are the 7 Things That Can Make You Wildly Successful
Success is not a matter of luck or chance—it’s a pattern of choices, habits, and...
By Dacey Rankins 2025-05-21 15:01:18 0 12K
Business
How Do I Register a Business?
Registering a business is a vital step in turning your idea into a legitimate, operating entity....
By Dacey Rankins 2025-04-30 12:49:49 0 14K

BigMoney.VIP Powered by Hosting Pokrov