Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Looking Inside the Strings | Strings
Python Data Types
course content

Contenido del Curso

Python Data Types

Python Data Types

1. Numeric Types
2. Boolean Type
3. Strings

Looking Inside the Strings

We can use indexing to get a specific character from a string or if we need to get a range of characters, then we use slices. It is important to note that the value of the index must be an integer. In Python, indexing starts from 0. If we try to access the string item outside the range then we will get an error Index Error. In Python there is also the possibility of negative indexing, in this case -1 is the index of the last element, -2 is the penultimate one, and so on.

Ending index is up to but not including.

Indexing starts from 0.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

¿Todo estuvo claro?

Sección 3. Capítulo 3
toggle bottom row

Looking Inside the Strings

We can use indexing to get a specific character from a string or if we need to get a range of characters, then we use slices. It is important to note that the value of the index must be an integer. In Python, indexing starts from 0. If we try to access the string item outside the range then we will get an error Index Error. In Python there is also the possibility of negative indexing, in this case -1 is the index of the last element, -2 is the penultimate one, and so on.

Ending index is up to but not including.

Indexing starts from 0.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

¿Todo estuvo claro?

Sección 3. Capítulo 3
toggle bottom row

Looking Inside the Strings

We can use indexing to get a specific character from a string or if we need to get a range of characters, then we use slices. It is important to note that the value of the index must be an integer. In Python, indexing starts from 0. If we try to access the string item outside the range then we will get an error Index Error. In Python there is also the possibility of negative indexing, in this case -1 is the index of the last element, -2 is the penultimate one, and so on.

Ending index is up to but not including.

Indexing starts from 0.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

¿Todo estuvo claro?

We can use indexing to get a specific character from a string or if we need to get a range of characters, then we use slices. It is important to note that the value of the index must be an integer. In Python, indexing starts from 0. If we try to access the string item outside the range then we will get an error Index Error. In Python there is also the possibility of negative indexing, in this case -1 is the index of the last element, -2 is the penultimate one, and so on.

Ending index is up to but not including.

Indexing starts from 0.

Tarea

You have such string watermelon. You have to get such characters: n, m, l, a. Use only positive indexing.

Sección 3. Capítulo 3
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt