diff --git a/subjects/ai/numpy/audit/README.md b/subjects/ai/numpy/audit/README.md index d5295f6d..b4bb1782 100644 --- a/subjects/ai/numpy/audit/README.md +++ b/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]] ```