Q2. What are the Comparison Operators in Python?
please tell the right answer and fast
Answers
Answered by
2
Answer:
The following are the python comparison operators:
equal-to operator.
not-equal-to operator.
greater-than operator.
less-than operator.
greater-than-equal-to operator.
less-then-equal-to operator.
I hope its helpful
please mark me as
Brainliest
Answered by
1
Answer:
A comparison operator in phython, also called phython relational operator, compares values of two operands and returns true or false whether the condition is met.
Similar questions