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.
Arithmetic
Assignment
Relational or Comparison
Logical
Membership
Identity
Bitwise
Lets see one by one.