NumPy - Creating Arrays
You want to create a 3D zero array with shape (2, 3, 4) and data type float64. Which code correctly does this?
dtype='float64' or dtype=float to specify data type.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions