Write a Python Program to Calculate Simple Interest

preview_player
Показать описание
In this video I tried to explain how to Write a Python Program to Calculate Simple Interest

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
==============
"""
Write a Python Program to Calculate Simple Interest

P * T * R
SI = ------------
100
"""

principal = float(input("Enter the Amount to Invest : "))
time_in_years = int(input("Enter the time in years : "))
rate = float(input("Enter the Rate : "))

si = (principal * time_in_years * rate) / 100

print("The Interest Accumulated is : ", si)

Keywords
====================
python program to calculate interest (simple),
python simple interest code,
python calculate simple interest,
python program to calculate simple interest using function,
simple interest formula python code,
python program to calculate simple interest using class and object,
python program to compute simple interest,
python program for simple and compound interest,
python program to display simple interest,
simple interest python example,
python for simple interest,
python programs for simple interest,
python program to calculate simple interest using function,
simple interest formula python,
simple interest formula python code,
simple interest function in python,
python program to find simple interest using function,
python program to compute simple interest given all the required values,
simple interest in python,
calculate simple interest in python,
simple interest in python using input,
simple interest in python program,
algorithm for simple interest in python,
simple interest function in python,
pseudocode for simple interest in python,
flowchart for simple interest in python,
python program for simple interest using while loop,
simple interest on python,
python program of simple interest,
python simple interest program,
python programs for simple interest,
python program to calculate simple interest using function,
simple interest program in python using function,
python program to compute simple interest,
python to calculate simple interest,
python program to calculate simple interest using function,
python program to calculate simple interest,
python program to calculate simple interest using class and object,
python program to compute simple interest,
python program to calculate simple interest using function,
python program for simple interest using while loop,
simple interest using python,
python program to calculate simple interest using class and object,
simple interest in python using input,
simple interest with python,
python program for simple interest using while loop,
Рекомендации по теме
join shbcf.ru