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