Python Dictionary Key/Value Swap

0
5K

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'}
Site içinde arama yapın
Kategoriler
Read More
Rehber
Zeitgeist (2007)
Mythology and belief in society today, presenting uncommon perspectives of common cultural...
By Leonard Pokrovski 2023-07-15 20:09:29 0 20K
Baseball
Baseball. The essence of the game and brief rules
Baseball (from base - base, and ball - ball) is a team sports game with a ball and a bat....
By FWhoop Xelqua 2022-11-17 13:30:14 0 18K
История
Иди и смотри. (1985)
1943 год, Великая Отечественная война. Подросток Флёра, откопав карабин среди обрывков колючей...
By Nikolai Pokryshkin 2023-01-12 19:19:09 0 16K
Social Issues
The Intern. (2015)
Seventy-year-old widower Ben Whittaker has discovered that retirement isn't all it's cracked up...
By Leonard Pokrovski 2023-05-25 18:58:50 0 16K
Жизненные вопросы
Унесенные призраками. Spirited Away. (2001)
Тихиро с мамой и папой переезжает в новый дом. Заблудившись по дороге, они оказываются в странном...
By Nikolai Pokryshkin 2022-11-24 20:18:50 0 14K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov