Q13
Which of the following is not a numeric data type in Python?
A.
int
B.
float
C.
str
AnswerD.
complex
Answer: Option C
Solution
Answer: Option C
Solution:
str is a string data type, not a numeric data type.