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