Computer Science, asked by kangnavarshney, 6 months ago

Name different types of operators in python.​

Answers

Answered by rajasisdeshpande
4

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 aditi6464
3

Answer:

Python divides the operators in the following 7 groups:-

•Arithmetic operators

•Assignment operators

•Comparison operators

•Logical operators

•Identity operators

•Membership operators

•Bitwise operators.

Similar questions