diff --git a/piscine/week01/day01/ex01/audit/README.md b/piscine/week01/day01/ex01/audit/README.md index b15b0c9..7c2e071 100644 --- a/piscine/week01/day01/ex01/audit/README.md +++ b/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 @@ ``` +##### Delete all the cells you added for the audit and restart the notebook + +TODO