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()
...