top of page
Search
Rajesh Singh
May 21, 20211 min read
Python program to input principle amount, rate of interest and time and find to Simple interest.
Program: p=int(input("Enter the Principle Amount : ")) r=float(input("Enter the rate of interest : ")) t=int(input("Enter the Time Period...
44 views0 comments
bottom of page