Vidyalelo
Python · Q27

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 27

Q27

What is the output of print 0.1 + 0.2 == 0.3?

A.
True
B.
False
Answer
C.
Machine dependent
D.
Error

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board