Vidyalelo
Python · Q2

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 2

Q2

What is the result of type(3.14) ?

A.
float
Answer
B.
int
C.
double
D.
numeric

Answer: Option A

Solution

Answer: Option A
Solution:
The type() function returns the data type of the argument.