1. Python Basics1. Python Basics\1.1 Familiarizing Yourself with Python\1.1.4 A Useful Program1.1.4 A Useful Program\1.1.4.1 Hands-On Exercise

1.1.4.1 Hands-On Exercise

 

Go back to the loan calculator program.  It is set to calculate the payments on $10,000 dollars at 5.25% interest. Change the program so that it calculates the payments on $20,000 dollars at 4.25% interest, by changing the numbers in the code.

 

Note: You will have to change the numbers in several different places!

 

 

 

Top of Page