Update 100_Numpy_exercises.md

This commit is contained in:
kuzand
2018-11-02 15:36:09 +02:00
committed by GitHub
parent 69d0e429a0
commit b7530ee580

View File

@@ -1159,7 +1159,6 @@ print(uZ)
# Author: Andreas Kouzelis
# For NumPy >= 1.13
uZ = np.unique(Z, axis=0)
print(uZ)
```