Which of the following methods of a match object, mo, is used to view the named group portions of match in the form of a dictionary

Questions & AnswersCategory: Programming LanguageWhich of the following methods of a match object, mo, is used to view the named group portions of match in the form of a dictionary
Adam asked 2 years ago

Which of the following methods of a match object, mo, is used to view the named group portions of match in the form of a dictionary
a. mo.groupdict()
b. mo.dict()
c. mo.gdict()
d. mo.group()