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

(1 point)
Responses

binary
binary

Boolean
Boolean

float
float

ASCII

1 answer

The correct response is:

Boolean

In Python, the values used to express "True" and "False" are Boolean values.