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
Science Fiction and Fantasy
Star Wars: Episode VI - Return of the Jedi. (1983)
After a daring mission to rescue Han Solo from Jabba the Hutt, the Rebels dispatch to Endor to...
By Leonard Pokrovski 2023-01-09 20:23:01 0 29K
Marketing and Advertising
How Do I Do Local SEM?
Local search engine marketing (SEM) is one of the most powerful digital strategies for businesses...
By Dacey Rankins 2026-02-19 17:13:08 0 7K
Business
30 Questions to Ask Your Mentor
One of the greatest advantages of having a mentor is access to their knowledge, experience, and...
By Dacey Rankins 2025-05-27 14:21:17 0 19K
Business
How Do I Assign and Follow Up on Action Items Effectively?
Turning Meeting Talk into Meaningful Progress One of the most common complaints about meetings...
By Dacey Rankins 2025-08-01 11:05:21 0 11K
Business
How Do I Stay Motivated as an Entrepreneur?
Starting and running your own business is one of the most rewarding yet challenging endeavors you...
By Dacey Rankins 2025-03-18 13:48:40 0 9K

BigMoney.VIP Powered by Hosting Pokrov