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'}
Search
Categories
Read More
Television
LiveNOW from FOX Live TV USA
Raw & unfiltered news. Watch a non-stop stream of breaking news, live events and stories...
By Nikolai Pokryshkin 2022-09-03 09:37:06 0 35K
Programming
Download Cookies from Chrome and Firefox with Python
What Cookies are? A cookie is a string stored in our browser (client-side) really useful for...
By Jesse Thomas 2023-04-28 21:38:43 0 13K
Business
What Is the CEO's Background and Experience?
When evaluating a startup, one of the first areas of focus for potential investors, employees,...
By Dacey Rankins 2025-05-02 15:06:42 0 10K
Professions
Exploring Health Professions: A Vital Sector of Healthcare
Health professions play a crucial role in ensuring the well-being of individuals and communities...
By Dacey Rankins 2024-12-06 15:22:29 0 12K
Business
What Are Common Execution Pitfalls in Startups?
Launching a startup is an exciting journey, but it’s also filled with hidden challenges...
By Dacey Rankins 2025-04-30 12:54:47 0 12K

BigMoney.VIP Powered by Hosting Pokrov