Python Dictionary Key/Value Swap
Veröffentlicht 2023-03-03 21:55:48
0
14KB
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'}
Suche
Kategorien
- Arts
- Business
- Computers
- Spiele
- Health
- Startseite
- Kids and Teens
- Geld
- News
- Personal Development
- Recreation
- Regional
- Reference
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Личное развитие
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Mehr lesen
What Skills Are Needed for IaaS?
The cloud has changed the conversation around infrastructure.
Not long ago, discussions about...
What is the Recruitment Process in HR?
Recruitment is one of the most important functions of Human Resources (HR). It is the process...
How Do CEOs Handle Challenges and Crises?
Handling crises and challenges is a defining aspect of a CEO’s role. From economic...
What is the Best Way to Scale a Startup?
Scaling a startup is one of the most exciting yet challenging phases in an entrepreneur’s...
What are the cards by purpose. Meaning and classification of geographical maps
What are the cards by purpose. Meaning and classification of geographical mapsFor the first time,...