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

1.0 KiB

id title challengeType videoId bilibiliIds dashedName
5e9a093a74c4063ca6f7c166 Python 函數和集合 11 NzpU17ZVlUw
aid bvid cid
675544435 BV1pU4y1N7JC 409023833
python-functions-and-collections

--description--

在視頻中我們使用的編輯器工具是在 notebook.ai 這個平臺,你也可以選擇用其他的平臺,比如說 Google Colab 也是一個不錯的選擇。

更多資源:

--question--

--text--

在 Python 中,列表和元組有什麼主要的區別?

--answers--

元組是不可改變的。


列表是有順序的。


元組是無序的。

--video-solution--

1