Skip to content

Commit c2acdc6

Browse files
Update taurus09318976.py
1 parent 02d8fc1 commit c2acdc6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

valid-parentheses/taurus09318976.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ def isValid(self, s: str):
3838
return False
3939

4040
#스택이 비어있어야 모든 괄호가 닫힘
41-
return not stack
41+
return not stack
42+
43+
44+
45+

0 commit comments

Comments
 (0)