NumPy - Creating Arrays
What is wrong with this code snippet?
import numpy as np lst = [1, 2, 3] arr = np.array(lst, 5) print(arr)
import numpy as np lst = [1, 2, 3] arr = np.array(lst, 5) print(arr)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions