Basic Operator in Python




Python operators allow programmers to manipulate data or operands. Here are the types of operators supported by Python:

  •  Arithmetic Operators 
  • Assignment Operators 
  • Relational or Comparison Operators 
  • Logical Operators 
  • Identity Operators 
  • Bitwise Operators 
  • Membership Operators

Comments