--- id: 5e9a093a74c4063ca6f7c166 title: Python 函数和集合 challengeType: 11 videoId: NzpU17ZVlUw bilibiliIds: aid: 675544435 bvid: BV1pU4y1N7JC cid: 409023833 dashedName: python-functions-and-collections --- # --description-- *在视频中我们使用的编辑器工具是在 notebook.ai 这个平台,你也可以选择用其他的平台,比如说 Google Colab 也是一个不错的选择。* 更多资源: - [在 GitHub 平台的 Notebooks](https://github.com/ine-rmotr-curriculum/ds-content-python-under-10-minutes) - [如何使用 Google Colab 来打开 GitHub 上的 Notebooks](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb) # --question-- ## --text-- 在 Python 中,列表和元组有什么主要的区别? ## --answers-- 元组是不可改变的。 --- 列表是有顺序的。 --- 元组是无序的。 ## --video-solution-- 1