a class
constructor
__init__
an instance
self
variables and methods
self.count = 0
loan_1.principle = 1000
return
statement?
no
manufacturer model year color
def __init__(self, manufacturer, model, year, color):
self.manufacturer = manufacturer
self.model = model
self.year = year
self.color = color