Q7
What is the result of type(True) ?
A.
true
B.
bool
AnswerC.
boolean
D.
Boolean
Answer: Option B
Solution
Answer: Option B
Solution:
The data type for boolean values in Python is bool.
MCQs for Python Data Types and Numeric Types Chapter
Programming · Python · question 7
Q7
Answer: Option B