Operators

Operators in Python
  • Operator is a symbol that performs certain operations.
  • Operators are used to perform operations on variables and values.
  • Python provides the following set of operators
  1. Arithmetic operators
  2. Relational operators or Comparison operators
  3. Logical operators
  4. Bitwise operators
  5. Assignment operators
  6. Special operators
Operators

Scroll to top