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
Телевидение
Телеканал UniverTV прямая трансляция.
Первый и, на сегодня, единственный в России круглосуточный университетский студенческий телеканал...
By Nikolai Pokryshkin 2022-11-09 11:01:43 0 36K
Business
Is There a Free PaaS?
The question arrives with remarkable consistency. Sometimes it comes from a startup founder...
By Dacey Rankins 2026-07-07 11:21:08 0 4K
Business
What Is CAFM (Computer-Aided Facility Management)?
Computer-Aided Facility Management (CAFM) is a powerful software solution designed to support the...
By Dacey Rankins 2026-04-16 15:35:12 0 4K
Social Issues
Tenet(2020)
Armed with only one word, Tenet, and fighting for the survival of the entire world, a Protagonist...
By Leonard Pokrovski 2022-10-16 13:51:00 0 29K
Business
What Benefits Come from Coaching?
Coaching is more than just a series of conversations—it’s a powerful tool for...
By Dacey Rankins 2025-07-21 05:35:46 0 5K

BigMoney.VIP Powered by Hosting Pokrov