--- 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 - 如何使用 Google Colab 來打開 GitHub 上的 Notebooks # --question-- ## --text-- 在 Python 中,列表和元組有什麼主要的區別? ## --answers-- 元組是不可改變的。 --- 列表是有順序的。 --- 元組是無序的。 ## --video-solution-- 1