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
Television
NRG. Music Live TV.
NRG is a modern music TV chanel in Larissa motivated by passion and love for foreign music.NRG's...
By Nikolai Pokryshkin 2022-11-03 14:44:14 0 30K
Nature and Science
My Neighbor Totoro. (1988)
When two girls move to the country to be near their ailing mother, they have adventures with the...
By Leonard Pokrovski 2023-03-15 17:30:45 0 31K
Financial Services
Investing in human capital
Key points Almost universally, economists agree that it is a good individual...
By Mark Lorenzo 2023-05-10 18:45:31 0 14K
Business
What Is CEO Succession?
CEO succession is a critical process that ensures the continued leadership and stability of an...
By Dacey Rankins 2025-06-16 14:59:28 0 7K
Marketing and Advertising
How to Promote Your Small Business on Facebook (Organic + Ads Strategy)
Introduction Facebook is still one of the most powerful platforms for small business promotion....
By Dacey Rankins 2025-10-03 20:42:34 0 12K

BigMoney.VIP Powered by Hosting Pokrov