Question: Write a Python class to find validity of a string of parentheses,'(',')','(',')','(' and 'j. These brackets must be close in the correct order, for example

Write a Python class to find validity of a string of parentheses,'(',')','(',')','(' and 'j. These brackets must be close in the correct order, for example "(" and ( are valid bui"" anda lid. Test sample: 1. 2. When he got home (it was already dark outside), he fixed dinner. He finally answered (after taking five minutes to think] that he did not understand the question. He gave me a nice bonus ($500). 3. She wrote, "I would (rather] die then [sic] be seen wearing the same outfit as my sister [Jane)." Output: Please input the string to test parentheses:(input your data here) You have 1 correct parentheses and incorrect parentheses in the input data. They are: )> test 1 You have 1 correct and 1 incorrect parentheses in the input data. They are: (), () test 2 You have 1 correct and 2 incorrect parentheses in the input data. They are: (1, [1, [) > test 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
