Python Dictionary Key/Value Swap
Сообщение 2023-03-03 21:55:48
0
13Кб
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
- Деньги
- News
- Personal Development
- Recreation
- Regional
- Reference
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Личное развитие
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Больше
Desktop Publishing
Desktop publishing system (NIS) is a set of equipment for preparing the original layout of the...
What Is Business Development / What Does a Business Development Manager Do?
Business development (BD) is one of the most misunderstood functions in modern organizations....
Прямой эфир телеканала "Россия 24"
«Россия-24» — общероссийский федеральный государственный информационный...
How to Make Money Online
How to Make Money Online
In today’s digital age, making money online has become more...
How do I switch to a higher-paying career?
How do I switch to a higher-paying career?
Best-paying fields requiring minimal retraining...