Python Program to find Simple Interest
Автор: StraightForward Coding
Загружено: 2020-10-07
Просмотров: 77
Описание:
This video is a tutorial on how to find Simple 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 simple interest")
p = int(input("Enter Principal: "))
r = int(input("Enter Rate%: "))
t = int(input("Enter Time in years: "))
si = p * r * t/100
amount = p + si print ("The amount is: ",amount,"and the si is",si,)
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!
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: