Imagine we have a class:
class Car: def __init__(self, model, name, price) self.model = model self.name = name