Python Dictionary Key/Value Swap
Posté 2023-03-03 21:55:48
0
12KB
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'}
Rechercher
Catégories
- Arts
- Business
- Computers
- Jeux
- Health
- Domicile
- Kids and Teens
- Argent
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Lire la suite
The Importance of Dentistry: Keeping Smiles Healthy
Dentistry plays a crucial role in maintaining overall health and well-being. While often...
How to Stop Unwanted Telemarketing Calls — Understanding Your Consumer Rights and Protection Options
Introduction
In today’s world of constant connectivity, unsolicited phone calls have...
Princess Mononoke. (1997)
On a journey to find the cure for a Tatarigami's curse, Ashitaka finds himself in the middle of a...
Дети небес. Children of heaven. (1997)
По пути из школы мальчик из бедной семьи теряет только что взятую из починки единственную пару...
Неистовый. Unhinged. (2020)
Мать-одиночка Рейчел находится в процессе развода, и этот день у неё не задался. Она проспала и,...