Name different types of operators in python.
Answers
Answered by
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
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