Browse Source

fix: change audit formulation

pull/42/head
brad-gh 2 years ago committed by GitHub
parent
commit
5918e59b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      piscine/week01/day01/ex05/audit/README.md

2
piscine/week01/day01/ex05/audit/README.md

@ -4,7 +4,7 @@
##### The question 2 is validated if the generated array is based on an iterator as `range` or `np.arange`. Check that 100 is part of the array.
##### The question 3 is validated if you concatenated this way `np.concatenate(array1,array2)`.
##### The question 3 is validated if the array is concatenated this way `np.concatenate(array1,array2)`.
##### The question 4 is validated if the result is:

Loading…
Cancel
Save