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