Vidyalelo
Python · Q7

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 7

Q7

What is the result of type(True) ?

A.
true
B.
bool
Answer
C.
boolean
D.
Boolean

Answer: Option B

Solution

Answer: Option B
Solution:
The data type for boolean values in Python is bool.