Lesson Contents
Arithmetic operators are one of the Python operators and we can use them to perform calculations like addition, subtraction, multiplication, etc. In this lesson, I’ll show you the different options.
Addition
We can add two or more numbers together:
Subtraction
Subtract a value:
Multiplication
We can also multiply two values:
Division
Or do a division:
Modulus
We can also calculate the remainder of a division:
Exponentiation
Exponential calculations are also possible: