NumPy - Array Data Types
Identify the error in this code snippet:
import numpy as np z = np.array([1+2j, 3+4j], dtype='complex32')
import numpy as np z = np.array([1+2j, 3+4j], dtype='complex32')
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions