Merge pull request #256 from jsyzlbw/master
Fix solution for exercise 5
This commit is contained in:
@@ -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 (★☆☆)
|
||||||
|
|||||||
Reference in New Issue
Block a user