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
Social Issues
North by Northwest. (1959)
A New York City advertising executive goes on the run after being mistaken for a government agent...
By Leonard Pokrovski 2023-01-17 19:04:53 0 26K
Социальные проблемы
Плохие сказки. Bad Tales. (2020)
Деннис и Алессия по просьбе отца показывают свои дневники с отличными оценками многочисленным...
By Nikolai Pokryshkin 2022-10-19 16:49:19 0 28K
Economics
What Is the Role of Income Distribution in Economic Development?
What Is the Role of Income Distribution in Economic Development? Economic development is...
By Leonard Pokrovski 2026-03-11 23:28:52 0 4K
Business
What Is the Vision for the Company’s Future?
A clear and compelling vision is the cornerstone of any successful enterprise....
By Dacey Rankins 2025-05-02 14:59:48 0 10K
Decision Making and Problem Solving
How does fear affect markets?
How Does Fear Affect Markets? When Perception Moves Faster Than Fundamentals A financial market...
By Michael Pokrovski 2026-06-09 06:04:23 0 3K

BigMoney.VIP Powered by Hosting Pokrov