Menu
×
×
Correct!
Exercise:Use the
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
print(@(16))
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
print(car.get("model"))
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
print(car.get('model'))
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 95 exercises.
Are you sure you want to continue?