def mortgage_calculator(principal, interest_rate, term): # calculate the monthly payment monthly_payment = (principal * interest_rate) / (1 - (1 + interest_rate)**(-term)) # calculate the total cost of the loan total_cost = monthly_payment * term # calculate the total interest paid total_interest_paid = total_cost - principal # return the results return monthly_payment, total_cost, total_interest_paid # example call monthly_payment, total_cost, total_interest_paid = mortgage_calculator(100000, 0.035, 360) print("Monthly Payment:", monthly_payment) print("Total Cost:", total_cost) print("Total Interest Paid:", total_interest_paid) HOME | Grasshopper Mow Mow def mortgage_calculator(principal, interest_rate, term): # calculate the monthly payment monthly_payment = (principal * interest_rate) / (1 - (1 + interest_rate)**(-term)) # calculate the total cost of the loan total_cost = monthly_payment * term # calculate the total interest paid total_interest_paid = total_cost - principal # return the results return monthly_payment, total_cost, total_interest_paid # example call monthly_payment, total_cost, total_interest_paid = mortgage_calculator(100000, 0.035, 360) print("Monthly Payment:", monthly_payment) print("Total Cost:", total_cost) print("Total Interest Paid:", total_interest_paid)
top of page
AdobeStock_427476485_edited.jpg
Logo-FOr-WSite-01.png

Services

We have a wide variety of experiences, from the very basics up to some larger projects. If you have an idea, just let me know.

LANDSCAPING_ICONS_V1-09.png
LANDSCAPING_ICONS_V1-04.png

Perfect cut every-time. 

LANDSCAPING_ICONS_V1-02.png
LANDSCAPING_ICONS_V1-05.png

Any size or shape

LANDSCAPING_ICONS_V1-01.png
LANDSCAPING_ICONS_V1-06.png
LANDSCAPING_ICONS_V1-11.png

Other, IDK

Our 
Story

Get to Know Us

GrassHopper is a veteran owned and operated lawn care service and is treated as such. The attention to detail and professionalism are on a whole new level and thats why we can guarantee our work no matter the situation.

© 2023 by Timberland. Proudly created with Wix.com

  • Black Facebook Icon
  • Black Twitter Icon
  • Black YouTube Icon
bottom of page