NumPy - Creating Arrays
What will be the shape of the array created by this code?
import numpy as np arr = np.empty(5)
import numpy as np arr = np.empty(5)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions