Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 13)
13.
Which of the following data types is used to represent a boolean value?
int
float
bool
complex
Answer: Option
Explanation:
The bool data type in Python is used to represent boolean values, which can be either True or False.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.