Python Dictionary Key/Value Swap

0
14K

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
Ужасы
Воспоминания об убийстве. Memories of Murder. (2003)
В 1986 году в провинциальном городе Хвасон две местные женщины были убиты одним и тем же...
By Nikolai Pokryshkin 2023-04-02 20:10:40 0 51K
Money
What is the difference between PCP and PCH (auto financing terms)?
What is the difference between PCP and PCH (auto financing terms)? When shopping for a new car,...
By Leonard Pokrovski 2025-09-27 16:43:05 0 9K
Science Fiction and Fantasy
Mad Max: Fury Road. (2015)
In a post-apocalyptic wasteland, a woman rebels against a tyrannical ruler in search for her...
By Leonard Pokrovski 2023-04-06 19:58:58 0 35K
Horror
Vertigo. (1958)
A former San Francisco police detective juggles wrestling with his personal demons and becoming...
By Leonard Pokrovski 2023-01-18 20:17:00 0 27K
History
A Brief Overview of Art History: A Journey Through Time and Expression
Art history is the study of the visual arts across different cultures and periods, revealing how...
By Dacey Rankins 2024-10-17 18:52:22 0 33K

BigMoney.VIP Powered by Hosting Pokrov