What are the types of operators in python?
Answers
Answered by
1
Answer:
Python divides the operators in the following groups:
Arithmetic operators.
Assignment operators.
Comparison operators.
Logical operators.
Identity operators.
Membership operators.
Bitwise operators.
Explanation:
Mark me Brainliest!
plz!?
Answered by
2
There are five types of operators in python:
- Arithmetic operators
- String operators
- Assignment operators
- Relational operators
- Relational operators
- Logical/Boolean operators
_____________
- - Used to perform basic mathematical calculations [ + - × ÷]
- - We use " + " and " * " operators on string respectively. [ + operator is concanation operator. * operator is used to replicate]
- (=) - Used to assign the value to a variable.
- - To show the relationship between operands. There are 6 types of relational operator.
- - Three types of Boolean operators - 1} AND 2} OR 3}NOT
_______________________________
Know more√
✦Operators are symbols that perform arithmetic and logical operators on operands and provide a meaningful operand.
Similar questions
Physics,
4 months ago
English,
4 months ago
Social Sciences,
10 months ago
Physics,
10 months ago
Math,
10 months ago