0 votes
in Python by
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

i) mo.group()

ii) mo.dict()

iii) mo.gdict()

iv) mo.groupdict()

1 Answer

0 votes
by
Correct Answer to the question is iv) mo.groupdict()

Related questions

+1 vote
asked Feb 13, 2021 in Python by SakshiSharma
0 votes
asked May 3, 2021 in JAVA by Robindeniel
...