Extractor de Hashtags Válidos

Dificultad: Medio Python intermediate coding
texto = "#Python2024 #AI-ML #code_review #123números"
hashtags = [tag for tag in texto.split() if tag.startswith('#') and ____]
print(hashtags)
📥 Inputs:
❓ ¿Cuál es el output?
Ingresa tu respuesta abajo