aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

Compound Interest #288

Closed KhushMody closed 3 years ago

KhushMody commented 3 years ago

Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add

Problem statement: Suppose that you invest $10,000 for 10 years at an interest rate of 6% compounded monthly. What will be the value of your investment at the end of the 10 year period? Create a function that accepts the principal p, the term in years t, the interest rate r, and the number of compounding periods per year n. The function returns the value at the end of term rounded to the nearest cent.

Problem Link: https://edabit.com/challenge/HjpihSKFBfRCCg86J


Before submitting a PR please Check some details.Check Edabit for problem task

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

KhushMody commented 3 years ago

Hi, I would like to work on this issue. Could you please assign me.

SoumyaRanjanNaik commented 3 years ago

Can I raise a PR with the solution for this ?