Use a print statement to display the value of the class instance's variable is_trained.
is_trained
Make sure to type print(cat.is_trained).
print(cat.is_trained)