chore(i18n,curriculum): update translations (#43018)

This commit is contained in:
camperbot
2021-07-26 23:39:21 +09:00
committed by GitHub
parent 652f2da548
commit 85f054e1a5
180 changed files with 720 additions and 719 deletions

View File

@ -1,6 +1,6 @@
---
id: 5e9a0a8e09c5df3cc3600ed3
title: Basics of Numpy
title: Começar com o NumPy
challengeType: 11
videoId: f9QrZrKQMLI
dashedName: basics-of-numpy
@ -10,7 +10,7 @@ dashedName: basics-of-numpy
## --text--
What will the following code print?
O que será impresso pelo código a seguir?
```python
b = np.array([[1.0,2.0,3.0],[3.0,4.0,5.0]])