Python supports the standard arithmetic operations: addition, subtraction, multiplication and division. It also
supports the modulo (remainder from division) operation and exponentiation.
You can also use the addition and multiplication operators with strings.