CBSE Class 12 Computer Science
Question 66 of 120
Review of Python Basics — Question 18
Back to all questionsLists are called mutable data types in Python because they allow modifications to be made to their elements after the list is created. This mutability facilitates operations such as adding, removing, or modifying elements within the list even after its initial creation.