Files
freeCodeCamp/curriculum/challenges/portuguese/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md

813 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a093a74c4063ca6f7c166 Conhecer coleções e funções do Python 11 NzpU17ZVlUw python-functions-and-collections

--description--

Ao invés de usar notebooks.ai como foi mostrado no vídeo, você pode usar o Google Colab como substituto.

Mais recursos:

--question--

--text--

Qual é a principal diferença entre listas e tuplas em Python?

--answers--

Tuplas são imutáveis.


Listas são ordenadas.


Tuplas são desordenadas.

--video-solution--

1