Operators are used to doing operations on any given data stored inside variables. In Python, we learn 7 types of operators - namely :

  1. Arithmetic operators

  2. Bitwise operators

  3. Comparison operators

  4. Assignment operators

  5. Logical operators

  6. Identity operators

  7. Membership operators

  8. 1. Arithmetic Operators

Arithmetic operators make mathematical operations possible on operands in a program.

#python #python3 #learn-python

7 Types of Operators in Python
2.20 GEEK