Python Dictionary Key/Value Swap

0
14Кб

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'}
Поиск
Категории
Больше
Социальные проблемы
Старикам тут не место. No Country for Old Men. (2007)
Обычный работяга обнаруживает в пустыне гору трупов, набитый героином грузовик и соблазнительную...
От Nikolai Pokryshkin 2023-02-22 18:21:10 0 27Кб
Major Companies
Major Companies: Pillars of the Global Economy
In the interconnected world of the 21st century, certain companies have emerged as titans,...
От Dacey Rankins 2024-11-15 15:00:01 0 16Кб
Business
How Can I Stay Motivated or Improve Emotional Intelligence?
Motivation and emotional intelligence (EQ) are two pillars of success, both in personal growth...
От Dacey Rankins 2025-09-08 08:03:12 0 13Кб
Mental Health
Schizophrenia Differential Diagnosis
Differential diagnosisTo make a diagnosis of schizophrenia other possible causes of psychosis...
От Kelsey Rodriguez 2023-02-03 17:25:53 0 13Кб
Business
Do You Need to Be in Silicon Valley to Succeed in Tech?
For decades, Silicon Valley has been the global epicenter of technological innovation. Home to...
От Dacey Rankins 2025-04-30 12:45:19 0 15Кб

BigMoney.VIP Powered by Hosting Pokrov