Question

    Appending value to list in python

    A Append() method add the value to the end of the list Correct Answer Incorrect Answer
    B It takes a single argument Correct Answer Incorrect Answer
    C It doesn’t return any value Correct Answer Incorrect Answer
    D All three are correct Correct Answer Incorrect Answer
    E None Correct Answer Incorrect Answer

    Solution

    The correct answer is D

    Practice Next