From 19ecc76abf36b8f9675cb6a5cccb5d3654937b3c Mon Sep 17 00:00:00 2001 From: chxtio <33184844+chxtio@users.noreply.github.com> Date: Sat, 31 Oct 2020 22:39:41 -0700 Subject: [PATCH] Update and rename bal-paranthesis.py to bal-parentheses.py --- python/{bal-paranthesis.py => bal-parentheses.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename python/{bal-paranthesis.py => bal-parentheses.py} (82%) 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)