Skip to content

Files

Latest commit

4326e5f · Feb 24, 2024

History

History
7 lines (5 loc) · 476 Bytes

File metadata and controls

7 lines (5 loc) · 476 Bytes

Call a method from another method

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.