Create a Simple Interest Using Python

Published: 01 January 1970
on channel: Coding-Master
19
2

Create a Simple Interest Using Python #pythonprogramming


Codes:-
def simpleint (p,t,r):
r = (p*t*r)/100

return r
p = int(input("ENTER PRINCIPAL:"))
t = int(input("ENTER TIME:"))
r = int(input("ENTER RATE:"))
si = simpleint(p,t,r)
print("simple interest is:",si)

Other Videos:-
*Make a Calculator Using Python!!! =    • Make a Calculator Using Python!!! #coding ...  
Go to Site of WebBrowser(related on Calculator): https://coding-master1234.blogspot.co...


On this page of the site you can watch the video online Create a Simple Interest Using Python with a duration of hours minute second in good quality, which was uploaded by the user Coding-Master 01 January 1970, share the link with friends and acquaintances, this video has already been watched 19 times on youtube and it was liked by 2 viewers. Enjoy your viewing!