Page 1 of 1

program in python: Write a function to calculate a buyer’s down payment. It should take as parameters, whether or not th

Posted: Thu Jun 02, 2022 8:06 am
by answerhappygod
program in python:
Write a function to calculate a buyer’s down payment. It should
take as parameters, whether or not the buyer has good credit and
the price of the house. If the buyer has good credit, the put down
10%, otherwise they put down 20%. Return the down payment.