Q. What is the output of the following code?
Code:
print(0.3 + 0.5 == 0.8)
β
Correct Answer: (A)
True
print(0.3 + 0.5 == 0.8)
You must be Logged in to update hint/solution