Add to the function change_color a line update the class's variable color to be new_color before it prints "Color is now".

Make sure to pick self followed by . and then color, =, new_color.