Files

1.0 KiB
Raw Permalink Blame History

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