Course Content
Python Data Types
Choose the statements which are False.
Select a few correct answers
not(False or True)
(False and True) or (False or False)
(10 == 1) or (5 > 9)
not(2) and not(0)
How can we improve it?
Thanks for your feedback!