Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Match the Slicing | Indexing and Slicing
NumPy in a Nutshell

bookMatch the Slicing

question-icon

You have the following two-dimensional array: arr = np.array([[4, 8, -4, 2], [-1, 0, -6, 3]]. Match the elements with the corresponding slicing needed to retrieve those elements.

4 -
3 -

-4 -

-1 -

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

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Awesome!

Completion rate improved to 4.76

bookMatch the Slicing

Swipe to show menu

question-icon

You have the following two-dimensional array: arr = np.array([[4, 8, -4, 2], [-1, 0, -6, 3]]. Match the elements with the corresponding slicing needed to retrieve those elements.

4 -
3 -

-4 -

-1 -

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

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4
some-alt