Python Program to find Compound Interest

Publicado em: 10 Outubro 2020
no canal de: StraightForward Coding
39
2

This video is a tutorial on how to find Compound Interest in Python
I hope this video will be helpful to you.
I am also giving the code of this program.
print("This is a Python program to find Compound Interest")
p = int(input("Enter Principal: "))
r = int(input("Enter Rate%: "))
t = int(input("Enter time in years: "))
amount = p*(1+(r/100))**t
ci = amount - p
print("The amount is: ",amount,"and the ci is",ci,)
This is all the coding part.
Python 3.8 download: https://www.python.org/downloads/rele...
Visual Studio 2019 download: https://visualstudio.microsoft.com/
Please like and share this video and don't forget to subscribe to my channel.: https://bit.ly/Subscribe_to_StraightF...
Thank you!


Nesta página do site você pode assistir ao vídeo on-line Python Program to find Compound Interest duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário StraightForward Coding 10 Outubro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 39 vezes e gostou 2 espectadores. Boa visualização!