0 votes
in Python by
In a match found by a defined pattern, how to group various portions of a match?

i) Using braces, {}

ii) Using square brackets, []

iii) Using angular brackets, <>

iv) Using paranthesis, ()

1 Answer

0 votes
by
iv) Using paranthesis, ()

Related questions

+1 vote
asked Feb 15, 2021 in Python by SakshiSharma
+1 vote
asked Jan 10, 2021 in Python by rajeshsharma
...