Cursusinhoud
Python Data Types
Choose the condition that equals True.
Select the correct answer
not (False or True)
(False and True) == (False or True)
not(False and True) == (False or True)
not(1) and not(0)
Hoe kunnen we het verbeteren?
Bedankt voor je feedback!