Discover a world of knowledge at Westonci.ca, where experts and enthusiasts come together to answer your questions. Connect with a community of experts ready to help you find solutions to your questions quickly and accurately. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

What are types of operators in Python

Sagot :

Answer:

Python divides the operators in the following groups:

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