NumPy - Creating Arrays
What will be the output of this code?
import numpy as np arr = np.ones(4, dtype=bool) print(arr)
import numpy as np arr = np.ones(4, dtype=bool) print(arr)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions