prathimacode-hub / Awesome_Python_Scripts

🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
https://prathimacode-hub.github.io/Awesome_Python_Scripts/
Mozilla Public License 2.0
362 stars 255 forks source link

Calculating Compound Interest #545

Closed Vaibhav-Vipin closed 3 years ago

Vaibhav-Vipin commented 3 years ago

Title: Compound Interest About: Calculating Compound Interest Name: Vaibhav Vipin Level: Feature Request Assignee: ""

Define You:

Description: A python program that calculates Compound Interest, considering several factors.

Eg:

How many years will you save? 
Enter years: 10
How much money is currently in your account? 
Enter amount: 100
Enter interest in decimal numbers (10% = 0.1): 0.05
How much money do you plan on investing monthly?
Enter amount:100

Your money in 10 years will be :16011.0340575
prathimacode-hub commented 3 years ago

Issue assigned. You can proceed. @Vaibhav-Vipin