Files
2022-01-20 20:30:18 +01:00

1005 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e9a093a74c4063ca6f7c166 Python の関数とコレクション 11 NzpU17ZVlUw
aid bvid cid
675544435 BV1pU4y1N7JC 409023833
python-functions-and-collections

--description--

動画で説明しているように、notebooks.ai を使用する代わりに Google Colab を使用することができます。

その他のリソース:

--question--

--text--

Python のリストとタプルの主な違いは何ですか?

--answers--

タプルはイミュータブル (変更不可) である。


リストは順序付けられている。


タプルは順序付けられていない。

--video-solution--

1