Computer Science
State whether the following statement is True or False :
Strings are immutable in Python, which means a string cannot be modified.
Python String Manipulation
2 Likes
Answer
True
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
Strings have both positive and negative indexes.
State whether the following statement is True or False :
Python does not support a character type; a single character is treated as strings of length one.
State whether the following statement is True or False :
Like '+', all other arithmetic operators are also supported by strings.
State whether the following statement is True or False :
Functions capitalize() and title() return the same result.