871 B
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