Exercise 20 corrected after #54
This commit is contained in:
parent
378a97eaf9
commit
3141325966
@ -171,7 +171,7 @@ print(Z)
|
||||
|
||||
|
||||
```python
|
||||
print(np.unravel_index(100,(6,7,8)))
|
||||
print(np.unravel_index(99,(6,7,8)))
|
||||
```
|
||||
|
||||
#### 21. Create a checkerboard 8x8 matrix using the tile function (★☆☆)
|
||||
|
Loading…
Reference in New Issue
Block a user