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
- Arithmetic operators
- Relational operators or Comparison operators
- Logical operators
- Bitwise operators
- Assignment operators
- Special operators
Operators