News

Basically uses the compound interest formula to output the amount after a certain amount of years. Additionally creates a graph using matplotlib to plot out change in amount over time ...
Python Program to Calculate Compound Interest A = P(1 + R/100)T Where, A is the amount of money accumulated after n years, including interest. P is the principal amount R is the rate and T is the time ...