course content

Course Content

NumPy in a Nutshell

ChallengeChallenge
question-icon

Match output arrays with their names.


0-D array -
___

1-D array -
___

2-D array -
___

3-D array -
___

Click or drag`n`drop items and fill in the blanks

dots
np.array([[3, 4, 6], [2, 1, 9]])
dots
np.array([[[1, 2, 4, 82], [1, 0, 6, 68]], [[85, 2, 4, 6], [3, 4, 1, 8]]])
dots
np.array(50)
dots
np.array([3, 5, 6])
down-icon

Section 2.

Chapter 8