Python program to calculate simple interest using function
Answers
Answered by
5
Answer:
Simple interest is calculated by multiplying the daily interest rate by the principal amount by the number of days that elapse between the payments. For example, If P = 1000,R = 1,T = 2 Then SI=20.0 Now let's see how we can implement a simple interest calculator in Python.
Answered by
4
Answer:
Simple interest is calculated by multiplying the daily interest rate by the principal amount by the number of days that elapse between the payments. For example, If P = 1000,R = 1,T = 2 Then SI=20.0 Now let's see how we can implement a simple interest calculator in Python.
Similar questions