Python Dictionary Key/Value Swap
Posted 2023-03-03 21:55:48
0
13K
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
- Arts
- Business
- Computers
- Oyunlar
- Health
- Home
- Kids and Teens
- Money
- News
- Personal Development
- Recreation
- Regional
- Reference
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Личное развитие
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
News and Media Addiction
In the 21st century, you can't do without media. No matter where a person lives, radio,...
What Are the Benefits of Viral Marketing — and Why Should Businesses Care?
Introduction
In an era where attention is currency, viral marketing remains one of the most...
Fox 40 Live TV. Sacramento, USA
FOX40 Investigates dives into stories that affect our viewers, expose the truth and hold people...
How Do Referrals Help Customer Acquisition?
Referral-based customer acquisition is one of the most powerful—and often...
Why Should a Brand Use Guerrilla Marketing?
Discover the power of creativity, emotion, and connection over expensive advertising....