1. 学习
  2. /
  3. 项目
  4. /
  5. Case Study: Building Software in Python

Connected

练习

Using docstring

You've developed the MortgageCalculator class. Now, complete a docstring to provide explanations for the class's attributes.

说明

100 XP
  • For the months attribute, add the number of months in the loan.
  • For the monthly_payment attribute, add the amount of the payment per month.