Examlex

Solved

The NumPy Array Function Receives as an Argument an Array

question 5

Multiple Choice

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)


Definitions:

Related Questions