1. 学ぶ
  2. /
  3. プロジェクト
  4. /
  5. Case Study: Building Software in Python

Connected

演習

Using good variable names

Proper variable naming conventions improve readability, enhance maintainability, and reduce errors. Use proper naming conventions to name a class and a function.

指示

100 XP
  • Use the proper variable name for the class. Choose from mortgage_calculator or MortgageCalculator?
  • Use the proper variable name for the function. Choose from calculate_monthly_payment or CalculateMonthlyPayment?