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