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