+ 5
Python - Lists
I was just answering some questions here and one of them said âList is a mutable object: True or False?â I answered true but this was incorrect. Iâve looked elsewhere and Iâve only found that lists are mutable. Is this something to do with the wording for the question or am I missing something? Edit: Seems that because it was asking if lists are objects thatâs where I was wrong.
1 Answer
+ 9
lists are in fact mutable objects
if it was a quiz, please make sure to report it for incorrectness ^_^