Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 6)
6.
Which of the following is not a numeric data type?
int
float
complex
bool
Answer: Option
Explanation:
While boolean values (True and False) are a fundamental data type in Python, they are not considered a numeric data type. Integers, floats, and complex numbers are numeric data types in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.