Create a Simple Interest Using Python

Publicado el: 01 enero 1970
en el canal de: 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...


En esta página del sitio puede ver el video en línea Create a Simple Interest Using Python de Duración hora minuto segunda en buena calidad , que subió el usuario Coding-Master 01 enero 1970, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 19 veces y le gustó 2 a los espectadores. Disfruta viendo!