chore(i18n,curriculum): processed translations (#42868)

This commit is contained in:
camperbot
2021-07-16 11:03:16 +05:30
committed by GitHub
parent 1f5f07cad3
commit 3b32da0191
429 changed files with 7502 additions and 4006 deletions

View File

@ -1,6 +1,6 @@
---
id: 5e9a0a8e09c5df3cc3600ed3
title: Basics of Numpy
title: Numpy 的基礎知識
challengeType: 11
videoId: f9QrZrKQMLI
dashedName: basics-of-numpy
@ -10,7 +10,7 @@ dashedName: basics-of-numpy
## --text--
What will the following code print?
以下代碼將打印出什麼?
```python
b = np.array([[1.0,2.0,3.0],[3.0,4.0,5.0]])