Harryis's picture
Add files using upload-large-folder tool
358dd8b verified
Raw
History Blame Contribute Delete
55 Bytes
def is_blank(s: str) -> bool:
return not s.strip()