Vidyalelo
Python · Q13

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 13

Q13

Which of the following is not a numeric data type in Python?

A.
int
B.
float
C.
str
Answer
D.
complex

Answer: Option C

Solution

Answer: Option C
Solution:
str is a string data type, not a numeric data type.