Python - Custom Exceptions
You want to add multiple custom attributes
brand and year to an object car using a dictionary attrs = {"brand": "Toyota", "year": 2020}. Which code correctly adds these attributes?