CBSE Class 11 Informatics Practices Question 98 of 102

Python Programming Fundamentals — Question 7

Back to all questions
7
Question

Question 7

In Python, boolean type is a sub-type of integer.

Answer

False

Reason — In Python, the boolean data type is distinct and represents one of the two possible values — True or False.