Computer Science
State whether the following statement is True or False :
The find() does not raise an exception if the substring is not found.
Python String Manipulation
1 Like
Answer
True
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Functions partition() and split() work identically.
State whether the following statement is True or False :
The find() and index() are similar functions.
State whether the following statement is True or False :
The partition() function's result is always a 3-element tuple.
State whether the following statement is True or False :
The split() returns always a 3-element list.