Which of the following methods of a match object mo is used to view the grouped portions of match in the form of a tuple?

Questions & AnswersCategory: Programming LanguageWhich of the following methods of a match object mo is used to view the grouped portions of match in the form of a tuple?
Adam asked 2 years ago

Which of the following methods of a match object mo is used to view the grouped portions of match in the form of a tuple?
a. mo.group(0)
b. mo.group()
c. mo.groups()
c. mo.group(1)