CBSE BOARD X, asked by guruprasannasenthilk, 7 months ago

Python program to calculate simple interest using function

Answers

Answered by Anonymous
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 ananyasharon12
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