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.