SPLIT method
This method splits the given string into a list where the string is split at each occurrence of the pattern.
Tarea
Swipe to start coding
- Define a text variable
"The cat is cute. The dog is also cute."
. - Split the text according to the
"."
in the text. - Print the results.
Solución
Mark tasks as Completed
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 7
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 11.11
SPLIT method
This method splits the given string into a list where the string is split at each occurrence of the pattern.
Tarea
Swipe to start coding
- Define a text variable
"The cat is cute. The dog is also cute."
. - Split the text according to the
"."
in the text. - Print the results.
Solución
Mark tasks as Completed
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 7