How to write simple interest program using python

 p=1000

t=2

r=4

SI=p*t*r/100

print("the simple interest is",SI)

Comments

Popular posts from this blog