Feedback Needed on Portfolio Project-Mortgage Calculator (Python)

Hello everyone!!
I have just created a Mortgage Calculator using Python and posted to GitHub. Any feedback to my code is appreciated!

2 Likes

Hi @giga7713803264 !

Interesting project for calculating Mortgage Interests!

You did a great job checking if the user insert a valid choice but make sure that your code check it as long as its run. They can insert the currency sign while putting the Loan Amount or just type one single letter (even capitalized) if they want to do another calculation.
I like the README.md file as it explain in details all the Class Functions and how they work in different situations.

Happy Coding!

1 Like

Hi @marta.z!

Thank you so much for your feedback! I greatly appreciate it. I fully agree with your suggestion and will get working on updating the code right away.

Have a wonderful day!