Question

    What is the output of the following code?

    >print(min(max(False,-30,-4), 12,7))
    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

    False

    Practice Next