---
id: 5e9a093a74c4063ca6f7c166
title: Python の関数とコレクション
challengeType: 11
videoId: NzpU17ZVlUw
bilibiliIds:
aid: 675544435
bvid: BV1pU4y1N7JC
cid: 409023833
dashedName: python-functions-and-collections
---
# --description--
*動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。*
その他のリソース:
- GitHub のノート
- Google Colab を使用して GitHub からノートを開く方法
# --question--
## --text--
Python のリストとタプルの主な違いは何ですか?
## --answers--
タプルはイミュータブル (変更不可) である。
---
リストは順序付けられている。
---
タプルは順序付けられていない。
## --video-solution--
1