Solved

Which of the Following Statements Is False

Question 22

Multiple Choice

Which of the following statements is false?


A) Lists are xe "mutable (modifiable) :sequence"mutable-their elements can be modified.
B) You can insert and delete list elements, changing the list's length.
C) You can get the individual characters in a string, and you can assign a new value to one of the string's characters.
D) Python's string and tuple sequences are xe "immutable:sequence"immutable-they cannot be modified.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions