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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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