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
North America
The most beautiful places in North America
North America is the third largest continent on our planet. It stretches from the polar latitudes...
By FWhoop Xelqua 2022-10-27 12:08:35 0 28K
Productivity
Why is focus important?
Why Is Focus Important? Focus is one of the most foundational cognitive abilities underlying...
By Michael Pokrovski 2026-04-18 07:03:20 0 2K
Social Issues
Prisoners. (2013)
When Keller Dover's daughter and her friend go missing, he takes matters into his own hands as...
By Leonard Pokrovski 2023-03-11 19:38:36 0 34K
Business
How Are Potential Profits Used in a Social Enterprise?
Social enterprises are built on the idea that business can be a force for good. Unlike...
By Dacey Rankins 2025-04-15 21:23:38 0 22K
Health
Children's Health Trends: Insights Backed by Research and Statistics
In recent years, research and statistical analysis have provided invaluable insights into the...
By Dacey Rankins 2024-04-30 18:30:08 0 25K

BigMoney.VIP Powered by Hosting Pokrov