Update 100_Numpy_exercises.md
This commit is contained in:
parent
a7fc6a820b
commit
69d0e429a0
@ -1159,6 +1159,7 @@ print(uZ)
|
|||||||
|
|
||||||
# Author: Andreas Kouzelis
|
# Author: Andreas Kouzelis
|
||||||
# For NumPy >= 1.13
|
# For NumPy >= 1.13
|
||||||
|
|
||||||
uZ = np.unique(Z, axis=0)
|
uZ = np.unique(Z, axis=0)
|
||||||
print(uZ)
|
print(uZ)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user