jetbrains-academy / Python-Libraries-NumPy

MIT License
1 stars 3 forks source link

Error in Task Description Array Basics / Create Empty Array #46

Closed edutools-service closed 2 years ago

edutools-service commented 2 years ago

The output of a = np.zeros((3, 4)) is showing a 4x3 2D array instead of a 3x4 2D array.

sofiiako commented 2 years ago

Hi! np.zeros creates an array the way it is supposed to :) Please check out the docs for more information https://numpy.org/doc/stable/reference/generated/numpy.zeros.html