Python Dictionary Key/Value Swap

0
6KB

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
Regional
Doctors create a database of DNA residents of New York: why is it necessary
This week, Mount Sinai Health System began work to create an extensive database of patients'...
Por FWhoop Xelqua 2023-02-14 17:57:45 0 18KB
Business
Limited Partnership
A limited partnership (LP) is a form of business partnership in which one or more general...
Por Dacey Rankins 2024-09-13 14:12:51 0 7KB
Programming
JavaScript Async Functions
Async functions can contain zero or more await expressions. Await expressions make...
Por Jesse Thomas 2023-05-18 20:45:22 0 6KB
Agriculture and Forestry
Business in Agriculture and Forestry: A Growing Sector
Introduction Agriculture and forestry are vital components of the global economy, providing...
Por Dacey Rankins 2024-10-17 17:09:58 0 18KB
Financial Services
The tradeoff between economic output and environmental protection
Key points Depending on their income levels and political preferences, different...
Por Mark Lorenzo 2023-07-28 20:15:43 0 226KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov