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
Life Issues
Monsters, Inc. (2001)
In order to power the city, monsters have to scare children so that they scream. However, the...
By Leonard Pokrovski 2023-04-09 18:48:30 0 29K
Business
What Are the Most Important Administrative Skills?
Administrative skills are essential for ensuring that office operations run smoothly,...
By Dacey Rankins 2026-04-20 17:42:38 0 827
Business
How Often Should I Update My Business Biography?
A business biography serves as a personal and professional narrative that highlights the key...
By Dacey Rankins 2025-01-06 15:55:28 0 16K
Television
ABS, Live TV. Antigua & Barbuda.
The face of local broadcasting in Antigua and Barbuda. ABS TV is an Internet only TV channel...
By Nikolai Pokryshkin 2022-11-13 16:44:20 0 41K
Productivity
How can I automate daily tasks?
Automating daily tasks has become a cornerstone of modern productivity. By reducing repetitive,...
By Michael Pokrovski 2026-03-24 22:34:10 0 11K

BigMoney.VIP Powered by Hosting Pokrov