Question

    What is the output of the following code?

    >print(0.3 + 0.5 == 0.8)
    A True Correct Answer Incorrect Answer
    B False Correct Answer Incorrect Answer
    C Error Correct Answer Incorrect Answer
    D Machine Dependent Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    True

    Practice Next