Computer Science
Fill in the blanks:
_________ is a part of the string containing some contiguous characters from the string.
Python String Manipulation
2 Likes
Answer
String slice
Answered By
3 Likes
Related Questions
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.
Fill in the blanks:
The find() function returns _________ when substring is not found in the main string.
Fill in the blanks:
_________ function is used to count how many times an element has occurred in a list.