Vidyalelo
Python · Q42

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 42

Q42

What is the data type of the result of 10 / 2 ?

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

Answer: Option B

Solution

Answer: Option B
Solution:
Division of two integers results in a floating-point number.