Q. What is the output of `print(0.1 + 0.2 == 0.3)`?
β
Correct Answer: (B)
False
Explanation: Due to floating-point precision errors, the result is `False`.