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
Business
What Are the Most Common Business Strategy Frameworks?
When developing a business strategy, companies often rely on structured frameworks to help guide...
By Dacey Rankins 2024-12-24 13:10:34 0 13K
Business
Microservices: What They Are and What Are Their Benefits
Until about 2013, companies typically developed enterprise applications as single modules with a...
By Dacey Rankins 2024-09-26 18:26:11 0 31K
Социальные проблемы
Джон Уик 4. John Wick: Chapter 4. (2023)
Джон Уик находит способ одержать победу над Правлением кланов. Но прежде ему предстоит сразиться...
By Nikolai Pokryshkin 2023-03-29 13:30:53 0 47K
Productivity
How do I wake up early without feeling tired?
How Do I Wake Up Early Without Feeling Tired? Waking up early is often associated with...
By Michael Pokrovski 2026-03-31 03:00:51 0 8K
Business
Is Gig Work Reliable?
Ask ten people whether gig work is reliable, and you'll probably hear ten different answers. One...
By Dacey Rankins 2026-06-29 06:37:56 0 1K

BigMoney.VIP Powered by Hosting Pokrov