Python Dictionary Key/Value Swap

0
13K

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
Социальные проблемы
Похитители велосипедов. The Bicycle Thief. (1948)
Послевоенный Рим, давно неработающий Антонио вне себя от радости - он наконец-то находит работу....
By Nikolai Pokryshkin 2023-02-01 21:36:38 0 28K
Mental Health
Dyslexia: Pathophysiology
For most people who are right-hand dominant, the left hemisphere of their brain is more...
By Kelsey Rodriguez 2023-06-26 17:18:55 0 11K
Environment
Hammerhead Sharks
The hammerhead sharks are a group of sharks that form the family Sphyrnidae, so named for the...
By FWhoop Xelqua 2023-04-25 18:37:58 0 19K
Business
What Is RevOps and How Does It Relate to Sales Management?
Revenue Operations (RevOps) has become one of the most important — and misunderstood...
By Dacey Rankins 2025-12-24 20:19:04 0 4K
Customer Service
What Is Self-Service Customer Support?
Customer service has traditionally relied on direct interactions between customers and service...
By Dacey Rankins 2026-03-13 01:25:14 0 6K

BigMoney.VIP Powered by Hosting Pokrov