Add to the function change_color a line update the class's variable color to be new_color before it prints "Color is now".
change_color
color
new_color
Make sure to pick self followed by . and then color, =, new_color.
self
.
=