6 Python Operators

Operators are special symbols in python that carry out arithmentic or logical computation. There are 7 types of operators present in python.

  1. Arithmetic

  2. Assignment

  3. Relational or Comparison

  4. Logical

  5. Membership

  6. Identity

  7. Bitwise

Lets see one by one.