solutions update from 8444392

This commit is contained in:
rougier
2026-07-20 08:57:17 +00:00
committed by github-actions[bot]
parent 844439209a
commit bc7d42eb84
4 changed files with 211 additions and 211 deletions

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 (★☆☆)