Math, asked by pavanprasad3082, 1 year ago

Find the dimension, dtype and shape of given array using numpy

Answers

Answered by thesmartlerner
0

Answer:


class numpy. ndarray (shape, dtype=float, buffer=None, offset=0, ... An associated data-type object describes the format of each element in the ... Arrays should be constructed using array , zeros or empty (refer to the See Also section below).

Similar questions