Computer Science, asked by sarkarsujit340, 5 months ago

why are lists called mutable data type ?​

Answers

Answered by ⲊⲧɑⲅⲊⲏɑᴅⲟᏇ
12

Answer:

Unlike strings, lists are mutable. This means we can change an item in a list by accessing it directly as part of the assignment statement. Using the indexing operator (square brackets) on the left side of an assignment, we can update one of the list items.

Answered by asmathunkiyasudeen
8

Answer:

Unlike strings, lists are mutable. This means we can change an item in a list by accessing it directly as part of the assignment statement. Using the indexing operator (square brackets) on the left side of an assignment, we can update one of the list items.

Similar questions