

InterviewSolution
Saved Bookmarks
1. |
What is the output of print 0.1 + 0.2 == 0.3?(a) True(b) False(c) Machine dependent(d) ErrorThe question was asked by my school teacher while I was bunking the class.I want to ask this question from Numeric Types in portion Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» The correct ANSWER is (b) False |
|