This is my code:
class Car(): """A simple attempt to represent a car""" def __init__(self, make, model, year): self.