Python Dictionary Key/Value Swap
Δημοσιευμένα 2023-03-03 21:55:48
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'}
Αναζήτηση
Κατηγορίες
- Arts
- Business
- Computers
- Παιχνίδια
- Health
- Κεντρική Σελίδα
- Kids and Teens
- Money
- News
- Personal Development
- Recreation
- Regional
- Reference
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Личное развитие
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Διαβάζω περισσότερα
How Do I Create Retargeting Audiences? A Complete Guide to Website Visitors, Cart Abandoners, and Video Viewers
Retargeting only works when advertisers know exactly who they are targeting. Without well-built...
How to Start an Online B2C Business?
At 2:07 a.m., someone decides they are going to start an online business.
This usually happens...
What is the difference between PCP and PCH (auto financing terms)?
What is the difference between PCP and PCH (auto financing terms)?
When shopping for a new car,...
What Tools and Resources Do Competitors Utilize?
In today’s competitive landscape, companies rely on an array of tools, platforms, and...
What is National Insurance?
What is National Insurance?
National Insurance (NI) is a system of contributions paid by workers...