📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Which of the following statements is correct for Python

    lists?
    A Lists are immutable Correct Answer Incorrect Answer
    B Lists can store elements of different types Correct Answer Incorrect Answer
    C Lists can only store integers Correct Answer Incorrect Answer
    D Lists cannot be nested Correct Answer Incorrect Answer
    E Lists require a fixed size Correct Answer Incorrect Answer

    Solution

    Python lists are mutable and can contain integers, strings, floats, or even other lists.

    Practice Next
    ask-question