You can only use while loops for iteration (no range loops or for loops this time). Also, data structures that we have not covered yet (e.g. Lists, Dictionaries, Tuples, etc.) are
python question For this homework, you can only use while loops for iteration (no range loops or for loops this time). Also, data structures that we have not covered yet (e.g. Lists, Dictionaries, Tuples, etc.) are off-limits for this assignment. Do not use them.File names: mortgage_payments.py, test_mortgage_payments.pyMost people take a mortgage loan in order to purchase a house, and then pay it over a period […]