Apply exercise 5 fix to source

This commit is contained in:
Overman
2026-07-10 15:17:12 +08:00
parent c6840487d9
commit 481bf195fb
3 changed files with 210 additions and 210 deletions

View File

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