Computer Science
An empty string is a string that has zero number of characters.
Python String Manipulation
1 Like
Answer
True
Reason — An empty string is a string without any characters inside, having length zero.
Answered By
2 Likes
Related Questions
Fill in the blanks:
_________ function is used to count how many times an element has occurred in a list.
Fill in the blanks:
_________ function returns True if the given string starts with the specified substring, else returns False.
The last index number of string is (length-1) or -1.
"abc" * 2 will give abc*2 as output.