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

Boolean

float

ASCII

1 answer

The correct response is Boolean. In Python, Boolean values are represented by the keywords True and False.