Vidyalelo
Python · Q21

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 21

Q21

What is the result of 5 / 2 ?

A.
2.5
Answer
B.
2
C.
2.0
D.
3

Answer: Option A

Solution

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