Challenge: Slicing with Index Function
Swipe to start coding
Try to extract words using slicing, but in a little bit more complicated way. The syntax of slicing is the following:
word[start_index:end_index]
To find the start_index
, use the index()
method, and to find the end_index
, use the index()
method, and add the length of the word.
- Extract the word
painful
. - Extract the word
mistakes
. - Extract the word
learn
.
If you use all the methods that were explored, this task won't be challenging for you.
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Resumir este capítulo
Explicar el código en file
Explicar por qué file no resuelve la tarea
Awesome!
Completion rate improved to 3.03
Challenge: Slicing with Index Function
Desliza para mostrar el menú
Swipe to start coding
Try to extract words using slicing, but in a little bit more complicated way. The syntax of slicing is the following:
word[start_index:end_index]
To find the start_index
, use the index()
method, and to find the end_index
, use the index()
method, and add the length of the word.
- Extract the word
painful
. - Extract the word
mistakes
. - Extract the word
learn
.
If you use all the methods that were explored, this task won't be challenging for you.
Solución
¡Gracias por tus comentarios!
single