Browse Source

docs(numpy): replace expected solution in audit

DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
eslopfer 1 year ago
parent
commit
f88cee4371
  1. 4
      subjects/ai/numpy/audit/README.md

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

@ -305,6 +305,6 @@ This can be done in three steps: Get the max, create a boolean mask that indicat
###### Is the output the following?
```console
[[0 3 1 2 4]
[7 6 8 9 5]]
[[2 9 6 0 8]
[1 3 5 7 4]]
```

Loading…
Cancel
Save