Скачать
Python in 1 Minute | Simple Calculator
Автор: CodeCrafthubstudio
Загружено: 2025-10-20
Просмотров: 206
Описание:
Learn how to create a simple calculator in Python that performs addition, subtraction, multiplication, and division in just a few lines! 🧮
📌 Code Used:
a = 8 # first number
b = 4 # second number
print("Add:", a + b)
print("Subtract:", a - b)
print("Multiply:", a * b)
print("Divide:", a / b)
✅ Output:
Add: 12
Subtract: 4
Multiply: 32
Divide: 2.0
This short program is perfect for Python beginners to understand basic math operations.
Keep learning simple Python concepts every day! 🐍
#Python #LearnPython #PythonShorts #PythonForBeginners #CodingShorts #PythonBasics
Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: