NumPy - Creating Arrays
What will be the output shape of this code?
import numpy as np arr = np.random.rand(2, 2, 2)
import numpy as np arr = np.random.rand(2, 2, 2)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions