Anand is writing Python code with a decision-making tree. What type of value would he use to express “True” and “False”?

binary

Boolean

float

ASCII

1 answer

Anand would use a Boolean value to express "True" and "False" in his Python code. In Python, the Boolean type has two possible values: True and False.