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