NumPy - Creating Arrays
Find the error in this code:
import numpy as np lst = [1, 2, 3] arr = np.array(lst) print(arr[3])
import numpy as np lst = [1, 2, 3] arr = np.array(lst) print(arr[3])
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions