chore(i18n,learn): processed translations (#44851)

This commit is contained in:
camperbot
2022-01-21 01:00:18 +05:30
committed by GitHub
parent f866718a3d
commit 5c868af2b8
1696 changed files with 159426 additions and 69 deletions

View File

@ -0,0 +1,38 @@
---
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