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
Encyclopedias
How to choose a children's encyclopedia
Every day, children ask many different questions: "why?", "why?" and "how?". Little...
By FWhoop Xelqua 2022-09-11 16:20:51 0 38K
Business
What is Customer Development?
Customer Development is a methodology for creating products or businesses by testing ideas or...
By Dacey Rankins 2025-03-25 15:34:42 0 11K
Science Fiction and Fantasy
Mad Max: Fury Road. (2015)
In a post-apocalyptic wasteland, a woman rebels against a tyrannical ruler in search for her...
By Leonard Pokrovski 2023-04-06 19:58:58 0 35K
Economics
Why do countries export goods?
Why Do Countries Export Goods? There is a tendency to think of exports as a simple matter of...
By Leonard Pokrovski 2026-06-24 00:33:51 0 1K
Business
Best Interview Questions to Ask Candidates [and Great Interview Tips]
Hiring the right person for a role is critical to the success of any organization. While resumes...
By Dacey Rankins 2025-06-23 13:32:10 0 18K

BigMoney.VIP Powered by Hosting Pokrov