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
Personal Finance
When Do Student Loan Payments Start?
  When Do Student Loan Payments Start? For many borrowers, understanding when student loan...
By Leonard Pokrovski 2025-12-18 19:35:16 0 3K
Farms
Which animals can be bred at home for income
Which animals can be bred at home for income Hello world! What animals can be bred at home...
By Leonard Pokrovski 2024-04-25 12:08:53 0 17K
Central America
Central America Yachts
With such "brands" as the Caribbean Sea and the Panama Canal, Central America, it would seem,...
By FWhoop Xelqua 2023-03-17 18:15:06 0 24K
Business
What Are the Applications of Management Science?
Management Science is a powerful tool that finds practical application across a wide range of...
By Dacey Rankins 2025-07-02 15:09:00 0 7K
Природа и наука
Умница Уилл Хантинг. Good Will Hunting. (1997)
Уилл Хантинг - 20-летний вундеркинд из Бостона, который то и дело ввязывается в неприятные...
By Nikolai Pokryshkin 2023-01-05 11:24:35 0 30K

BigMoney.VIP Powered by Hosting Pokrov