
Scott P. answered 05/27/21
Intermediate Programming Tutor
numpy.ndarray
But probably too late to help you!
Syeda H.
asked 03/05/21The 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 |
Scott P. answered 05/27/21
Intermediate Programming Tutor
numpy.ndarray
But probably too late to help you!
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.