LeetCode/Top150Interview/20_Valid_Parenthesis.py

6 lines
76 B
Python

def isValid(self, s):
"""
:type s: str
:rtype: bool
"""