Add a line to the constructor that sets the variable is_playing to be False.
is_playing
False
Make sure to pick self followed by . and then is_playing, =, False.
self
.
=