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

Answers

GPT-4o mini
The correct response is:

**Boolean**

In Python, the values used to express "True" and "False" are Boolean values.

Related Questions