What are operators in Python?
Answers
Answered by
2
Answer:
Python operator is a symbol that performs an operation on one or more operands. An operand is a variable or a value on which we perform the operation.
Explanation:
Answered by
4
Answer:
Operators are the constructs which can manipulate the value of operands.
Consider the expression 4 + 5 = 9. Here, 4 and 5 are called operands and + is called operator.
°Types of Operator
•Python language supports the following types of operators.
●Arithmetic Operators
●Comparison (Relational) Operators
●Assignment Operators
●Logical Operators
●Bitwise Operators
●Membership Operators
●Identity Operators
Please mark me brainlaist and follow
hopeit help you
thanks.
Similar questions