NumPy - Array Data Types
What will be the output of this code?
import numpy as np z = np.array([1+2j, 3+4j], dtype=np.complex128) print(z[1].real)
import numpy as np z = np.array([1+2j, 3+4j], dtype=np.complex128) print(z[1].real)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions