What are the types of operators in python?
Answers
Answered by
0
Answer:
Python divides the operators in the following groups: Arithmetic operators. Assignment operators. Comparison operators. Logical operators. Identity operators. Membership operators. Bitwise operators.
Similar questions