ComeçarComece de graça

Slicing arrays

Slicing is a key skill you will need to work with arrays. You will often use slicing to select specific parts of the datasets you are working with. The elements of data you exclude can be as important as those you include.

In this exercise, you will be slicing sections out of the following array, which is available in your environment:

x = ['a', 'b', 'c', 'd', 'e', 'f', 'g']

Este exercício faz parte do curso

Introduction to Julia

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício