

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following functions returns a dictionary mapping group names to group numbers? |
A. | re.compile.group |
B. | re.compile.groupindex |
C. | re.compile.index |
D. | re.compile.indexgroup |
Answer» C. re.compile.index | |