ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Simple Interest Calculator in Python | Beginner Friendly Program

python simple interest

simple interest calculator

python interest calculator

python programs for beginners

learn python

python basic programs

python project for beginners

simple interest formula

python tutorial

python coding

python exercise

python projects

python calculator project

financial calculations in python

python programming tutorial

Автор: Learn with Ashwini E

Загружено: 2025-04-10

Просмотров: 64

Описание: Learn how to create a basic Python program that computes the total amount owed and simple interest. Perfect for beginners learning Python basics, this video walks you through user input, calculation, and output formatting.

✅ Formula Used:
Simple Interest (SI) = (P × R × T) / 100
Amount Payable = Principal + SI

📌 Topics Covered:

Getting user input in Python

Simple arithmetic operations

Displaying results using print()

🧠 Great for:

Python beginners

School/college students

Anyone learning financial calculations in programming

💻 Code Used in Video:

python
Copy
Edit
P = float(input("Enter the Principal amount (P): "))
R = float(input("Enter the Rate of interest per annum (R%): "))
T = float(input("Enter the Time in years (T): "))
SI = (P * R * T) / 100
amount_payable = P + SI
print(f"Simple Interest (SI) = {SI}")
print(f"Total Amount Payable = {amount_payable}")
👍 Like | 💬 Comment | 🔔 Subscribe for more Python basics!

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Simple Interest Calculator in Python | Beginner Friendly Program

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]