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

953 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e9a093a74c4063ca6f7c155 Numpy の演算 11 eqSVcJbaPdk
aid bvid cid
378057123 BV13f4y1w7od 409012507
numpy-operations

--description--

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

その他のリソース:

--question--

--text--

次のコードを実行した後、a の値は何になりますか?

a = np.arange(5)
a + 20

--answers--

[20, 21, 22, 24, 24]

[0, 1, 2, 3, 4]

[25, 26, 27, 28, 29]

--video-solution--

2