Vidyalelo
Python · Q41

Regular Expressions in Python

Programming · Python · question 41

Q41

In the functions re.search.start(group) and re.search.end(group), if the argument groups not specified, it defaults to . . . . . . . .

A.
Zero
Answer
B.
None
C.
One
D.
Error

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board