Adding Methods

How do you define a class with multiple methods?

We make a class that can have as many methods as it needs, and each method has the self parameter, giving it access to all the attributes in the class.