Quiz Complete, well Done!
Which comparison operator is used to check if two values are not equal in Python?
The 'and' operator is a
operator used for more complex comparisons.
What does the operator '<' in Python represent?
Which operator is used to check if one value is not equal to another in Python?
Comparison Operators
The comparison operator '!=' is used to check if two values are
.
Which operator is used to check if one value is less than or equal to another in Python?
What is the value of 3.5 == 3?
What is the result of 5 >= 5?
The comparison operator '<=' is used to check if the left value is
the right value.
Which comparison operator is used to check if one value is greater than or equal to another in Python?
The comparison operator '==' is used to check if two values are
.
Which operator is used to compare if two values are equal?
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.
The comparison operator '>' is used to check if the left value is
the right value.
In Python, the
are used to compare two values.
The relational operator
is used to check if two values are not equal.