From 3783c12ea0788dc52e90518544c8cba5b8ada90b Mon Sep 17 00:00:00 2001 From: brad-gh <32170926+brad-gh@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:38:29 +0200 Subject: [PATCH] Update README.md --- piscine/week01/day01/ex01/audit/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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