Python Dictionary Key/Value Swap

0
8KB

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'}
Pesquisar
Categorias
Leia mais
История
Телохранитель. Yojimbo. (1961)
В некий японский городок приходит самурай. Самурай выглядит совершенно не по-самурайски: плохо...
Por Nikolai Pokryshkin 2023-02-19 14:43:31 0 16KB
Science Fiction and Fantasy
The Lord of the Rings: The Two Towers. (2002)
The continuing quest of Frodo and the Fellowship to destroy the One Ring. Frodo and Sam discover...
Por Leonard Pokrovski 2022-11-11 17:38:19 0 19KB
Business
How Do I Develop a Business Strategy?
Developing a business strategy is essential for guiding an organization toward its long-term...
Por Dacey Rankins 2024-12-24 13:06:37 0 9KB
Aging
The secret of eternal youth. What are the causes of human aging and death?
We age for a reason, but as a result of a special biological program. But there is an African...
Por Dacey Rankins 2024-04-15 19:50:05 0 10KB
Financial Services
5 questions to ask before investing in graduate school
Whether you’re finishing a bachelor’s degree or considering going back to...
Por Mark Lorenzo 2023-06-05 20:09:58 0 14KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov