diff --git a/one_md_per_day_format/piscine/Week1/day1.md b/one_md_per_day_format/piscine/Week1/day1.md index 0d6b673..48efc73 100644 --- a/one_md_per_day_format/piscine/Week1/day1.md +++ b/one_md_per_day_format/piscine/Week1/day1.md @@ -8,21 +8,12 @@ Author:
-# Outline: +# Outline: (optional) A. Introduction B. Rules C. Exercices -1. -2. -3. -4. -5. -6. -7. -8. -9. ## Rules ... Notebook Colabs or Jupyter Notebook @@ -87,7 +78,7 @@ The goal of this exercice is to learn to create a NumPy array with 0s. 2. The question is validated if the solution uses `reshape` and the shape of the array is **(3, 100)** --- -## Exercice 3 Slicing +# Exercice 3 Slicing The goal of this exercice is to learn NumPy indexing/slicing. It allows to access values of the NumPy array efficiently and without a for loop. @@ -412,4 +403,4 @@ This exercice is validated if the output is: ``` [[0 3 1 2 4] [7 6 8 9 5]] -``` \ No newline at end of file +```