Files
prog-team-proj/utilsv2/utils.py
2025-12-23 18:40:53 -01:00

3 lines
72 B
Python

def is_empty(_str: str) -> bool:
return len(_str.strip(" ")) == 0