list of python arithmetic operators code example
Example 1: arithmetic operators in python
Arithmetic operators: Arithmetic operators are used to perform mathematical
operations like addition, subtraction, multiplication and division.
Example 2: python math operators
number = 2
number += 2
# returns 4