Dive Part 4 Oop High Quality | Python 3 Deep class Car: def __init__(self, color, brand, model): self.color = color self.brand = brand self.model = model