Update 100_Numpy_exercises_no_solution.md

This commit is contained in:
Koray Tugay
2018-09-08 11:41:56 -04:00
committed by GitHub
parent 4558c14555
commit a0f7a0dd56

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