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
Ethics
Computer Ethics: Navigating the Moral Landscape of Technology
As technology continues to advance at an unprecedented rate, the ethical implications of its...
By Dacey Rankins 2024-11-13 15:53:33 0 14K
Dice
Dice
Dice are a popular source of randomness in board games (especially the game of the same name)....
By Dacey Rankins 2024-04-03 16:00:58 0 16K
Business
How Do I Transition into Project Management? From Other Roles, by Gaining Experience, Certifications, and Networking
Transitioning into project management is a strategic career move that many professionals across...
By Dacey Rankins 2025-07-16 15:14:36 0 10K
Social Issues
Jailbait. (2014)
Anna Nix is sent to a juvenile prison for the murder of her abusive stepfather. In the prison,...
By Leonard Pokrovski 2023-04-30 16:57:07 0 30K
Business
Can Passive Income Replace My Full-Time Job?
The idea of replacing a full-time job with passive income has become increasingly popular,...
By Dacey Rankins 2025-01-16 15:36:12 0 25K

BigMoney.VIP Powered by Hosting Pokrov