6 lines
76 B
Python
6 lines
76 B
Python
def isValid(self, s):
|
|
"""
|
|
:type s: str
|
|
:rtype: bool
|
|
"""
|
|
|