Merge pull request #65 from koraytugay/patch-1

Update 100_Numpy_exercises_no_solution.md
This commit is contained in:
Nicolas P. Rougier 2018-09-14 08:49:57 +02:00 committed by GitHub
commit d3ac0ddcbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
#### 45. Create random vector of size 10 and replace the maximum value by 0 (★★☆)
#### 45. Create a random vector of size 10 and replace the maximum value by 0 (★★☆)