Skip to content

Commit 1a27a6e

Browse files
author
Carey
committed
main
1 parent 353e471 commit 1a27a6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

+3
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ public:
734734

735735
## 20. 有效的括号
736736
python经典白给题
737+
```
737738
class Solution(object):
738739
def isValid(self, s):
739740
"""
@@ -754,3 +755,5 @@ class Solution(object):
754755
return True
755756
else:
756757
return False
758+
759+
```

0 commit comments

Comments
 (0)