Python Dictionary Key/Value Swap
Postado 2023-03-03 21:55:48
0
12K
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'}
Pesquisar
Categorias
- Arts
- Business
- Computers
- Jogos
- Health
- Início
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Leia Mais
How Much Does It Cost to Hire a Business Consultant?
Hiring a business consultant can be a smart investment for any company looking to improve its...
Google Shopping / Google ads
Part 4: Google Ads Guide (2022). Part 4: All about the CMC (bigmoney.vip)
Google Shopping is a...
Подозрительные лица. The Usual Suspects. (1995)
Если есть преступление, есть и мотив. Если проводится опознание, то по крайней мере есть один...
Is Multilevel Marketing (MLM) Legal?
Introduction
Multilevel marketing (MLM) exists in a gray area between direct selling and...
How Long Do Coaching Engagements Last?
Coaching is a personalized process designed to help individuals grow, gain clarity, and achieve...