Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
Under what conditions does a test expression that uses the and operator evaluate to True?
and
True
A test expression that uses the and operator evaluates to True when both subexpressions are true.
A test expression that uses the and operator evaluates to True when one subexpression is true and the other is false.
A test expression that uses the and operator evaluates to True when both subexpressions are false.
What is the keyword elif short for in Python?
elif
else if
only if
else
What values in a test expression are always interpreted as false?
Any non-zero values
Empty
None and 0
You must answer all questions before checking your work.
Onko tästä sivusta apua?