Files

39 lines
757 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 5e9a0a8e09c5df3cc3600ed2
title: Що таке NumPy
challengeType: 11
videoId: 5Nwfs5Ej85Q
bilibiliIds:
aid: 293086867
bvid: BV1Tf4y1E7QZ
cid: 409024791
dashedName: what-is-numpy
---
# --question--
## --text--
Чому числові масиви NumPy швидші, ніж звичайні масиви Python?
## --answers--
Числові масиви NumPy не проходить перевірку типу під час ітерації через об'єкти.
---
Числові масиви NumPy використовують сталі типи.
---
Числові масиви NumPy використовують безперервну пам'ять.
---
Усе перелічене вище.
## --video-solution--
4