KnowledgeBoat Logo
|

Computer Science

A string is a mutable sequence of one or more characters.

Python String Manipulation

1 Like

Answer

False

Reason — Strings are immutable means that the content of the string cannot be changed after it is created.

Answered By

1 Like


Related Questions