Quiz Complete, well Done!
Comparison Operators
The 'or' operator is a
operator used for more complex comparisons.
Which operator is used to compare if one value is greater than another?
Which operator is used to check if one value is not equal to another in Python?
The comparison operator '>' is used to check if the left value is
the right value.
Relational operators are used to compare
and determine the relationship between them.
What does the operator '<' in Python represent?
Which operator is used to compare if two values are equal?
The relational operator
is used to check if two values are not equal.
not in
What is the opposite of the operator '>=' in Python?
The comparison operator '<' is used to check if the left value is
the right value.
Which comparison operator is used to check if two values are not equal in Python?