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