Question :In this challenge, you'll develop a fuction that determinesif agiven piece of text has matching parentheses.we define matching parentheses as a set of symbols that have an opening symobl with a corresponding closing symbol.The opening symbol msut also come before the closing symbol.Although parentheses are traditionally curved characters ( ), we are also considering square brackets [ ]..