20.0k views
24 votes
What are types of operators in Python

User Latrisha
by
4.0k points

1 Answer

2 votes

Answer:

Python divides the operators in the following groups:

  • Arithmetic operators.
  • Assignment operators.
  • Comparison operators.
  • Logical operators.
  • Identity operators.
  • Membership operators.
  • Bitwise operators.

User SamTech
by
4.1k points