04 Feb
04Feb

Source code -

principal = int(inut("Enter the principal:"))

time = int(input("Enter the time:"))

rate = int(input("Enter the rate of interest:"))

interest = (principal * time * rate)/100

print("the simple interest is",interest)

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING