CBSE Class 11 Informatics Practices Question 71 of 80

Lists in Python — Question 1

Back to all questions
1
Question

Question 1

Python lists are mutable.

Answer

True

Reason — Lists are called mutable data types in Python because they allow modifications to be made to their elements after the list is created.