Computer Science
Fill in the blanks:
Strings cannot be modified as they are _________ data types.
Python String Manipulation
1 Like
Answer
immutable
Answered By
1 Like
Related Questions
Fill in the blanks:
The _________ method returns the lowest index of the substring if it is found in the given string.
Fill in the blanks:
_________ function returns the exact copy of the string with the first letter in uppercase.
Fill in the blanks:
The sequential accessing of each of the elements in a string is called string _________.
Fill in the blanks:
_________ membership operator returns True if a character or substring exists in the given string.