Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
String Slicing 1/2 | Strings
Python Data Types
course content

Conteúdo do Curso

Python Data Types

Python Data Types

1. Numeric Types
2. Boolean Type
3. Strings

String Slicing 1/2

To get get a substring from a string, you have to use slice() function.

The syntax of slice() function:. slice(start: end: step) respectively:

  • start -- the index from which to start slicing.
  • end -- the index at which the slicing ends.
  • step -- this parameter determines the increments between the indices.

Ending index is up to but not including.

Indexing starts from 0.

It's time for an example.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Tudo estava claro?

Seção 3. Capítulo 5
toggle bottom row

String Slicing 1/2

To get get a substring from a string, you have to use slice() function.

The syntax of slice() function:. slice(start: end: step) respectively:

  • start -- the index from which to start slicing.
  • end -- the index at which the slicing ends.
  • step -- this parameter determines the increments between the indices.

Ending index is up to but not including.

Indexing starts from 0.

It's time for an example.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Tudo estava claro?

Seção 3. Capítulo 5
toggle bottom row

String Slicing 1/2

To get get a substring from a string, you have to use slice() function.

The syntax of slice() function:. slice(start: end: step) respectively:

  • start -- the index from which to start slicing.
  • end -- the index at which the slicing ends.
  • step -- this parameter determines the increments between the indices.

Ending index is up to but not including.

Indexing starts from 0.

It's time for an example.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Tudo estava claro?

To get get a substring from a string, you have to use slice() function.

The syntax of slice() function:. slice(start: end: step) respectively:

  • start -- the index from which to start slicing.
  • end -- the index at which the slicing ends.
  • step -- this parameter determines the increments between the indices.

Ending index is up to but not including.

Indexing starts from 0.

It's time for an example.

Tarefa

You have such string hello, world. Using slice() constructor you have to get such string: ll, eowl, world. Use only positive indexing.

Seção 3. Capítulo 5
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt