Python Dictionary get() Method
Veröffentlicht 2023-03-07 22:06:39
0
11KB
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
Suche
Kategorien
- Arts
- Business
- Computers
- Spiele
- Health
- Startseite
- Kids and Teens
- Geld
- News
- Recreation
- Reference
- Regional
- Science
- Shopping
- Society
- Sports
- Бизнес
- Деньги
- Дом
- Досуг
- Здоровье
- Игры
- Искусство
- Источники информации
- Компьютеры
- Наука
- Новости и СМИ
- Общество
- Покупки
- Спорт
- Страны и регионы
- World
Mehr lesen
Чужой. Alien. (1979)
В далеком будущем возвращающийся на Землю грузовой космический корабль перехватывает исходящий с...
Рататуй. Ratatouille. (2007)
Крыс Реми обладает уникальным вкусом. Он готов рисковать собственной жизнью, чтобы посмотреть...
The Father. (2020)
A man refuses all assistance from his daughter as he ages. As he tries to make sense of his...
How Do You Set Up and Run Effective CRO Tests?
Conversion Rate Optimization (CRO) is as much a science as it is an art. The science comes from...
Охота. The Hunt. (2012)
42-летний Лукас живет в небольшой датской деревушке, работает воспитателем в детском саду и...