2021-06-15 00:49:18 -07:00
---
id: 5e9a093a74c4063ca6f7c166
2021-07-19 22:22:21 +05:30
title: Funzioni e collezioni di Python
2021-06-15 00:49:18 -07:00
challengeType: 11
videoId: NzpU17ZVlUw
2021-10-03 12:24:27 -07:00
bilibiliIds:
aid: 675544435
bvid: BV1pU4y1N7JC
cid: 409023833
2021-06-15 00:49:18 -07:00
dashedName: python-functions-and-collections
---
# --description--
2021-07-19 22:22:21 +05:30
*Invece di usare notebooks.ai come mostrato nel video, puoi usare Google Colab.*
2021-06-15 00:49:18 -07:00
2021-07-19 22:22:21 +05:30
Altre risorse:
2021-06-15 00:49:18 -07:00
2021-07-19 22:22:21 +05:30
- [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 )
2021-06-15 00:49:18 -07:00
# --question--
## --text--
2021-07-19 22:22:21 +05:30
Quale è la principale differenza tra liste e tuple in Python?
2021-06-15 00:49:18 -07:00
## --answers--
2021-07-19 22:22:21 +05:30
Le tuple sono immutabili.
2021-06-15 00:49:18 -07:00
---
2021-07-19 22:22:21 +05:30
Le liste sono ordinate.
2021-06-15 00:49:18 -07:00
---
2021-07-19 22:22:21 +05:30
Le tuple non sono ordinate.
2021-06-15 00:49:18 -07:00
## --video-solution--
1