Python Dictionary get() Method
Posted 2023-03-07 22:06:39
0
10K
With the built-in get() method, you can get the value from retrieving the specific key. If you put in a key that doesn't exist in the dictionary, it'll raise a KeyError. Here's an example:
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
x = car.get("model")
print(x)
>> Mustang
Search
Categories
- Arts
- Business
- Computers
- Games
- Health
- Home
- Kids and Teens
- Money
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Read More
What New Features Could Be Added?
In product management, one of the most recurring questions is: What new features should we add?...
Рай и ад. High and Low. (1963)
Преуспевающий бизнесмен должен решить для себя, заплатит ли он выкуп похитителям, которые по...
How to choose an apartment? Basic tips when buying a home
The question of how to choose an apartment can seem too complicated – especially if you...
Automation of the company's business processes
Automation of the company's business processesAutomation of business processes helps to save...
To Kill a Mockingbird. (1962)
Atticus Finch, a widowed lawyer in Depression-era Alabama, defends a black man against an...