Blog

What is the output of the below code?

car = {
“model”: 2018
“brand”: “Mustang”
“hp”: 400
}
type = car.get(‘type’)