Computer Science, asked by samarganesh2016, 4 months ago

Name the different types of operators available in Python.
onorator?​

Answers

Answered by s13397adisha2258
3

Answer:

Python divides the operators in the following groups:

.Arithmetic operators.

.Assignment operators.

.Comparison operators.

.Logical operators.

.Identity operators.

.Membership operators.

.Bitwise operators.

Answered by Simi2911
7

Answer:

python divides the operators in the following groups:

  • Arithmetic operators.
  • Assignment operators.
  • Comparison operators.
  • Logical operators.
  • ldentity operators.
  • Membership operators.
  • Bitwise operators.
Similar questions