Merge pull request #256 from jsyzlbw/master

Fix solution for exercise 5
This commit is contained in:
Nicolas P. Rougier
2026-07-20 10:56:57 +02:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ How to get the documentation of the numpy add function from the command line? (
hint: np.info hint: np.info
< a5 < a5
%run `python -c "import numpy; numpy.info(numpy.add)"` !python -c "import numpy; numpy.info(numpy.add)"
< q6 < q6
Create a null vector of size 10 but the fifth value which is 1 (★☆☆) Create a null vector of size 10 but the fifth value which is 1 (★☆☆)