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