Files
freeCodeCamp/curriculum/challenges/portuguese/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md
2022-06-27 19:25:35 +05:30

44 lines
1003 B
Markdown

---
id: 5e9a093a74c4063ca6f7c166
title: Conhecer coleções e funções do Python
challengeType: 11
videoId: NzpU17ZVlUw
bilibiliIds:
aid: 675544435
bvid: BV1pU4y1N7JC
cid: 409023833
dashedName: 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:
- <a href="https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes" target="_blank" rel="noopener noreferrer nofollow">Notebooks no GitHub</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Como abrir notebooks do GitHub usando o Google Colab.</a>
# --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