Question: What does the search() method return? (Python) A It returns all matching instances in a string. B It returns a matched object of the first
What does the search() method return? (Python)
| A | It returns all matching instances in a string. | |
| B | It returns a matched object of the first matched text in a string. | |
| C | It returns substituted text in place of those matched objects in a string. | |
| D | It returns a matched object but only if it's at the beginning of the string. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
