Also, we can define a special method named __init__() that's called when we create an instance of a class.

Sweet! The __init__() method always needs a self parameter that we can use to set initial values for instance variables.

Might it be that we have to include a self parameter?