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
(1 point)
Responses
binary
binary
Boolean
Boolean
float
float
ASCII
Answers
GPT-4o mini
Anand would use **Boolean** values to express “True” and “False” in his Python code.