Python Parenthesis Problem Output Doubt
Machine Learning
raunaqsingh10
(Raunaq Singh)
December 13, 2019, 11:01am
#1
I want to know the output for n=3.
My output is
((()))
(()())
(())()
()(())
()()()