Python Dictionary Key/Value Swap

0
7K

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
Gardening
Home Gardening
Home gardening can be a rewarding and therapeutic activity, and choosing the right plants is key...
By Dacey Rankins 2024-12-04 14:12:49 0 4K
Жизненные вопросы
Она говорит со мной. We Still Talk. (2021)
Вот уже 65 лет Нино влюблен в Рину и продолжает любить, хотя ее уже нет рядом. Он все еще...
By Nikolai Pokryshkin 2022-09-16 21:59:50 0 18K
Squash
Exploring the Elegance and Intensity of Squash: A Sport for the Agile and Strategic
Squash, often dubbed the "fastest racket sport," is an exhilarating and demanding game that...
By Dacey Rankins 2024-07-10 16:23:11 0 13K
Programming
Express vs React
Express and React are different technologies from the same ecosystem! Both have Javascript at...
By Jesse Thomas 2023-06-20 20:42:23 0 7K
Programming
Lua vs JavaScript
Sr. No Lua JavaScript 1 Lua is one of the cross-platform programming languages...
By Jesse Thomas 2023-06-07 21:31:08 0 6K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov