Menu
×
×
Correct!
Exercise:Use the
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
@(16)
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
car.pop("model")
car = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
car.pop('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?