Browse Source

Update README.md

pull/69/head
brad-gh 2 years ago committed by eslopfer
parent
commit
3783c12ea0
  1. 8
      piscine/week01/day01/ex01/audit/README.md

8
piscine/week01/day01/ex01/audit/README.md

@ -1,4 +1,7 @@
###### Is the your_numpy_array an NumPy array ? It can be checked with `type(your_numpy_array)` that should be equal to `numpy.ndarray`.
##### Add cell and run `type(your_numpy_array)`
###### Is the your_numpy_array an NumPy array ? It can be checked with that should be equal to `numpy.ndarray`.
##### Run all the cells of the notebook or `python main.py`
@ -14,3 +17,6 @@
<class 'set'>
<class 'bool'>
```
##### Delete all the cells you added for the audit and restart the notebook
TODO

Loading…
Cancel
Save