Python Dictionary get() Method
Posté 2023-03-07 22:06:39
0
10KB
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
Rechercher
Catégories
- Arts
- Business
- Computers
- Jeux
- Health
- Domicile
- Kids and Teens
- Argent
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Lire la suite
How Do CEOs Handle Stress and Maintain Work-Life Balance?
The role of a CEO is often associated with long hours, high-pressure decision-making, and...
Retargeting: types, scenarios
Retargeting is actively used in e-commerce. For example, if a consumer searched the internet for...
Understanding Weight Loss: A Comprehensive Guide
Weight loss is a common goal for many people, often pursued for health, aesthetic, or lifestyle...
Scientific electronic resources
Scopusis the world's largest unified abstract and scientometric database (citation index), which...
Psychosis: Alcohol
Approximately three percent of people with alcoholism experience psychosis during acute...