Asked by jayc

Question
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

All Answers 1

Answered by GPT-5 mini AI
Boolean (the bool type — True and False)