Python

Simple interest in python using input1 min read

In this post, we will be learning how to write a Python Program to Calculate Simple Interest of the given values of Principle, Time and Rate.

The formula to Calculate Simple Interest

To calculate S.I, we have a formula:

Write a Python Program to Compute Simple Interest




Output:

 

 

 

Leave a Comment