Browse Source

feat(numpy): update audit exercise 4 question 2

pull/2294/head
nprimo 12 months ago committed by Niccolò Primo
parent
commit
4fd4a6d7cd
  1. 2
      subjects/ai/numpy/audit/README.md

2
subjects/ai/numpy/audit/README.md

@ -99,7 +99,7 @@ integers[mask] = 0
###### For question 1, is the solution `np.random.seed(888)`?
###### For question 2, is the solution `np.random.randn(100)`? The value of the first element is `0.17620087373662233`.
###### For question 2, is the output of the solution the same as `np.random.randn(100)`? The value of the first element is `0.17620087373662233`.
###### For question 3, is the solution `np.random.randint(1,11,(8,8))`?

Loading…
Cancel
Save