Python Dictionary Key/Value Swap

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
Read More
Социальные проблемы
Бен-Гур. Ben-Hur. (1959)
Действие фильма начинается в Палестине в 26 году от Рождества Христова. Два друга, иудей Бен Гур...
By Nikolai Pokryshkin 2023-03-23 18:08:29 0 37K
Agriculture and Forestry
Business in Agriculture and Forestry: A Growing Sector
Introduction Agriculture and forestry are vital components of the global economy, providing...
By Dacey Rankins 2024-10-17 17:09:58 0 25K
Business
What Platforms Are Popular in the Creator Economy?
The Creator Economy has exploded in recent years, with countless platforms offering creators new...
By Dacey Rankins 2025-02-24 16:00:08 0 13K
Business
What’s Not Working?
One of the most powerful yet uncomfortable questions in personal growth, career development, or...
By Dacey Rankins 2025-09-09 14:24:43 0 4K
Marketing and Advertising
How Do I Measure User Acquisition Success?
User acquisition is not just about getting downloads, sign-ups, or traffic. Success is measured...
By Dacey Rankins 2026-02-26 15:11:56 0 2K

BigMoney.VIP Powered by Hosting Pokrov