def clean_text(text): return text.strip().lower()