+ 3
car = {
"brand": "Ford",
"model": "Mustan"}
print(car["model"])
I think you don't know about dicts, learn it again, and refer here:
https://www.w3schools.com/JUMP_LINK__&&__python__&&__JUMP_LINK/python_dictionaries_access.asp
edit]:
Tip: don't write your code in the title of the question, write it in the descriptionđ.