Files
prog-team-proj/utilsv2/utils.py

3 lines
72 B
Python
Raw Normal View History

2025-12-23 00:19:13 -01:00
def is_empty(_str: str) -> bool:
return len(_str.strip(" ")) == 0