jetbrains-academy / Python-Libraries-NumPy

MIT License
1 stars 3 forks source link

Transposing Sorting Concatenating / Sort #75

Open edutools-service opened 11 months ago

edutools-service commented 11 months ago

In the task: "Sort the columns (second axis!) of this array and assign the result to the variable b." But to sort through the columns (down) we need to use first axis (axis=0). In the solution you also use first axis.