Computer Science, asked by nsaveetha1977, 6 months ago

write a python program to calculate simple interest

Answers

Answered by sivasmart2222
2

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.

HOPE IT HELPS....

Similar questions