self is a special keyword that we need to use inside our class definition. We pass self as the first parameter to all the methods we add.

Make sure to pick self.