How many types of operations are supported by the Python language ?
Answers
Answered by
7
Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand.
1. Arithmetic operator
Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication etc.
2. Comparison operator
Comparison operators are used to compare values. It either returns True or False according to the condition.
3. Logical operator
Logical operators are the and, or, notoperators.
4. Bitwise operator
Bitwise operators act on operands as if they were string of binary digits. It operates bit by bit, hence the name.
5. Assignment operator
Assignment operators are used in Python to assign values to variables.
1. Arithmetic operator
Arithmetic operators are used to perform mathematical operations like addition, subtraction, multiplication etc.
2. Comparison operator
Comparison operators are used to compare values. It either returns True or False according to the condition.
3. Logical operator
Logical operators are the and, or, notoperators.
4. Bitwise operator
Bitwise operators act on operands as if they were string of binary digits. It operates bit by bit, hence the name.
5. Assignment operator
Assignment operators are used in Python to assign values to variables.
Answered by
1
Answer:
The answer above is the best answer.
Explanation:
I am a student of python and I know that the answer given above is correct.
So it is a humble request to mark the answer above my answer as brainliest.plzzzz
Similar questions
English,
6 months ago
Biology,
6 months ago
Computer Science,
1 year ago
Math,
1 year ago
Math,
1 year ago