To test our class methods we need to create a class instance. Store an instance of the Character class in a variable called mario.
mario
Make sure to type mario = Character().
mario = Character()