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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!