Syeda H.

asked • 03/05/21

python programming

The NumPy array function receives as an argument an array or other collection of elements and returns a new array containing the argument’s elements. Based on the statement:

import numpy as np

numbers = np.array([2, 3, 5, 7, 11])

what type will be output by the following statement?

type(numbers)


array

ndarray

numpy.ndarray

numpy


1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.