NumPy - Array Data Types
Identify the error in this code snippet:
import numpy as np arr = np.array([1.0, 2.0], dtype='float128') print(arr.dtype)
import numpy as np arr = np.array([1.0, 2.0], dtype='float128') print(arr.dtype)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions