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)
(1 point)
Answers
GPT-4o mini
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.