Home / NumPy / Construction from sequences: np.array(SEQUENCE, OPTIONS)
Define
A function with the signature
numpy.array(SEQUENCE, dtype = dtype)
which
creates a new array from the given SEQUENCE
,
like a list, tuple, and similar.
The dtype
argument specifies the type.