To use a class method, it's the same as using a class variable, except we need to add parentheses. Like here with rocky.bark().
rocky.bark()
Make sure to pick rocky followed by . and then bark, (, ).
rocky
.
bark
(
)