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
Human Resources
How Do Companies Build Knowledge Capital?
In today’s knowledge-driven economy, companies compete not only through products or...
By Dacey Rankins 2026-03-25 21:20:47 0 4K
Business
What Are the Key Elements of a Successful Startup?
Starting a new business is an exciting venture, but it comes with its own set of challenges. To...
By Dacey Rankins 2025-03-03 14:26:11 0 10K
Programming
Build a 2D game with Python
Python is an outstanding language for people learning to program, and perfect for anyone...
By Jesse Thomas 2023-06-30 21:26:00 0 16K
Table Tennis
Table Tennis: The Art, Science, and Thrill of Ping Pong
Table Tennis: The Art, Science, and Thrill of Ping Pong Table tennis, also known as ping pong,...
By Leonard Pokrovski 2024-07-10 08:30:47 0 24K
Социальные проблемы
Пианист. The Pianist. (2002)
Фильм снят по автобиографии Владислава Шпильмана, одного из лучших пианистов Польши 30-х годов...
By Nikolai Pokryshkin 2022-11-25 18:25:22 0 36K

BigMoney.VIP Powered by Hosting Pokrov