diff --git a/python/bal-paranthesis.py b/python/bal-parentheses.py similarity index 82% rename from python/bal-paranthesis.py rename to python/bal-parentheses.py index 8be09cf..7cb6399 100644 --- a/python/bal-paranthesis.py +++ b/python/bal-parentheses.py @@ -1,4 +1,4 @@ -#Generate all balanced Parenthesis +#Generate all balanced parentheses n = int(input("Enter number: ")) @@ -27,4 +27,4 @@ def sol(w, x , y, z): sol(o, c, op, a) -print(a) \ No newline at end of file +print(a)