Python Dictionary get() Method
Posté 2023-03-07 22:06:39
0
12KB
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
- Personal Development
- Recreation
- Regional
- Reference
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Личное развитие
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Lire la suite
Game Studies: The Intersection of Play, Culture, and Technology
Game studies is an interdisciplinary field that examines games as a cultural and social...
What Makes a Good Influencer?
Criteria for selecting influencers who drive real results
Introduction: Why Choosing the Right...
Один раз живём. Si vive una volta sola. (2021)
Команда врачей и, по совместительству, друзей, узнаёт, что коллега смертельно болен. Результаты...
How Much Can I Borrow and How Long Will I Have to Repay the Loan?
How Much Can I Borrow and How Long Will I Have to Repay the Loan?
Understanding Loan Amounts,...
How Can Late-Stage Startups Maintain Innovation?
As startups mature, they often face challenges in sustaining the innovation that fueled their...