Kursinnhold
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)
Hvordan kan vi forbedre det?
Takk for tilbakemeldingene dine!