created file for question 20
This commit is contained in:
parent
51a53ef6a2
commit
78f921fa39
6
Top150Interview/20_Valid_Parenthesis.py
Normal file
6
Top150Interview/20_Valid_Parenthesis.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
def isValid(self, s):
|
||||||
|
"""
|
||||||
|
:type s: str
|
||||||
|
:rtype: bool
|
||||||
|
"""
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user