Q2
What is the result of type(3.14) ?
A.
float
AnswerB.
int
C.
double
D.
numeric
Answer: Option A
Solution
Answer: Option A
Solution:
The type() function returns the data type of the argument.
MCQs for Python Data Types and Numeric Types Chapter
Programming · Python · question 2
Q2
Answer: Option A