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.