Files
freeCodeCamp/curriculum/challenges/chinese/08-data-analysis-with-python/data-analysis-with-python-course/python-functions-and-collections.md
2021-07-15 13:04:11 +05:30

871 B

id, title, challengeType, videoId, dashedName
id title challengeType videoId dashedName
5e9a093a74c4063ca6f7c166 Python 函数和集合 11 NzpU17ZVlUw python-functions-and-collections

--description--

在视频中我们使用的编辑器工具是在 notebook.ai 这个平台,你也可以选择用其他的平台,比如说 Google Colab 也是一个不错的选择。

更多资源:

--question--

--text--

在 Python 中,列表和元组有什么主要的区别?

--answers--

元组是不可改变的。


列表是有顺序的。


元组是无序的。

--video-solution--

1