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

40 lines
776 B
Markdown

---
id: 5e9a093a74c4063ca6f7c166
title: Funzioni e collezioni di Python
challengeType: 11
videoId: NzpU17ZVlUw
dashedName: python-functions-and-collections
---
# --description--
*Invece di usare notebooks.ai come mostrato nel video, puoi usare Google Colab.*
Altre risorse:
- [Notebook su GitHub](https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes)
- [Come aprire Notebooks da GitHub usando Google Colab.](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
# --question--
## --text--
Quale è la principale differenza tra liste e tuple in Python?
## --answers--
Le tuple sono immutabili.
---
Le liste sono ordinate.
---
Le tuple non sono ordinate.
## --video-solution--
1