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

(1 point)

1 answer

Anand would use the Boolean values True and False to express "True" and "False" in his Python code. In Python, these are the standard values used for boolean types.