Python

Python - Arithmetic Operators

Python supports different arithmetic operators that can be used to performs mathematical calculations on the values and variables. The basic arithmetic operations include addition, subtraction, multiplication, division. Arithmetic operations are performed according to the order or precedence of operators.