Arithmetic Operators

Arithmetic Operators in Python

  1. Standard Arithmetic Operators ( + - * / )
  2. Modulo (%)
  3. Floor division
  4. Exponentiation (**)

Topic Tests