Python Dictionary Key/Value Swap

0
8K

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'}
Zoeken
Categorieën
Read More
Arts, Culture and Entertainment
The Prestige. (2006)
After a tragic accident, two stage magicians in 1890s London engage in a battle to create the...
By Leonard Pokrovski 2022-12-03 19:07:47 0 19K
Onderwijs
The Importance of Art Education: Nurturing Creativity and Innovation
Art education plays a significant role in the holistic development of individuals, fostering...
By Dacey Rankins 2025-01-24 18:13:07 0 6K
Business
How long does it take to start earning passive income?
The idea of earning passive income is appealing to many people, as it promises the opportunity to...
By Dacey Rankins 2025-01-16 15:38:59 0 7K
Social Issues
Barry Lyndon. (1975)
An Irish rogue wins the heart of a rich widow and assumes her dead husband's aristocratic...
By Leonard Pokrovski 2023-03-29 19:57:20 0 20K
Financial Services
How perfectly competitive firms make output decisions
Key points As a perfectly competitive firm produces a greater quantity of output,...
By Mark Lorenzo 2023-04-26 17:47:49 0 7K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov