created file for question 20

This commit is contained in:
Jacob Delgado 2023-07-23 17:59:35 -07:00
parent 51a53ef6a2
commit 78f921fa39

View File

@ -0,0 +1,6 @@
def isValid(self, s):
"""
:type s: str
:rtype: bool
"""