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 & Answers › Category: Programming Language › 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? 0 Vote Up Vote Down Adam asked 4 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)Share this: Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on WhatsApp (Opens in new window) WhatsApp Print (Opens in new window) Print Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading...1 Answers 1 Vote Up Vote Down Lokesh Kumar Staff answered 4 years ago c. mo.groups()Share this: Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on WhatsApp (Opens in new window) WhatsApp Print (Opens in new window) Print Share on LinkedIn (Opens in new window) LinkedIn Share on Pinterest (Opens in new window) Pinterest Like this:Like Loading...