Display the name variable from the class instance, cat, using a print statement.
name
cat
Make sure to pick print followed by ( and then cat, ., name, ).
print
(
.
)