freeCodeCamp/curriculum/challenges/portuguese/08-data-analysis-with-python/data-analysis-with-python-c.../python-functions-and-collec...

881 B

id title challengeType videoId bilibiliIds dashedName
5e9a093a74c4063ca6f7c166 Conhecer coleções e funções do Python 11 NzpU17ZVlUw
aid bvid cid
675544435 BV1pU4y1N7JC 409023833
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