Vidyalelo
Python · Q20

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 20

Q20

What is the result of 10 / 2 ?

A.
5.0
Answer
B.
5
C.
2
D.
0.5

Answer: Option A

Solution

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