Python Operators

Last Updated : 2 Dec, 2025

In Python programming, Operators in general are used to perform operations on values and variables.

  • Operators: Special symbols like -, + , * , /, etc.
  • Operands: Value on which the operator is applied.

Types of Operators in Python