the author wrote that :enter image description here
and I make the same :
class Dog(): --snip-- my_dog = Dog(\'willie\', 6) my_dog.sit() my_dog.roll_ov