Arithmetic operators in Python 3 | Python Tutorial - 11

preview_player
Показать описание
This video demonstrates arithmetic operators of Python. Arithmetic operators are used to perform calculations. There are seven arithmetic operators in Python
1. + (Addition)
2. - (Subtraction)
3. * (Multiplication)
4. / (Division)
5. // Integer Division
6. % (Modulus)
7. ** (Exponentiation)

* Program to find sum of two numbers
* Program to find simple interest

Рекомендации по теме