Solución
solution.tsTypeScript
def starts_with(text: str, prefix: str) -> bool:
return text[0 : len(prefix)] == prefix1respuestas
def starts_with(text: str, prefix: str) -> bool:
return text[0 : len(prefix)] == prefixRecuerda ser amable. Estás comentando la solución de otra persona. Comparte tu perspectiva de forma constructiva y respetuosa.