def validate_question(question: str) -> bool: return bool(question and question.strip())