Course Content
Python Data Types
Choose the condition that equals False.
Select the correct answer
(5 < 10) == False
-1 != False
(3 < 7) and (8 > 6)
not (0)
How can we improve it?
Thanks for your feedback!