Name the different types of operators available in Python.
onorator?
Answers
Answered by
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
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