Computer Science, asked by adhyagupta0, 2 months ago

Q2. What are the Comparison Operators in Python?
please tell the right answer and fast ​

Answers

Answered by ashahasan059
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 hirva95
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