Fix solution for exercise 5

This commit is contained in:
Overman
2026-07-08 18:55:36 +08:00
parent 6cedcb2ad9
commit c6840487d9
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ print("%d bytes" % Z.nbytes)
`hint: np.info`
```python
%run `python -c "import numpy; numpy.info(numpy.add)"`
!python -c "import numpy; numpy.info(numpy.add)"
```
#### 6. Create a null vector of size 10 but the fifth value which is 1 (★☆☆)
`hint: array[4]`

View File

@@ -46,7 +46,7 @@ print("%d bytes" % Z.nbytes)
```python
%run `python -c "import numpy; numpy.info(numpy.add)"`
!python -c "import numpy; numpy.info(numpy.add)"
```
#### 6. Create a null vector of size 10 but the fifth value which is 1 (★☆☆)