car = {"brand": "Toyota", "model": "Corolla", "year": 2021} print(car["brand"]) print(car["year"])
Click Run to execute this code.