As we discussed before, methods may call other methods by using method attributes of the self
argument.
Use this knowledge to complete the exponentiate
method of the Calculator
class. It should
call the multiply
method to calculate the result.
For more structured and detailed information, you can refer to this Hyperskill knowledge base page.