Quiz Question 1 of 2
With the universal function, or ufunc, np.add
in mind, what would happen with the following code:
grandkid_birthday_gifts = np.array([155.00, 100.00, 70.00, 20.00])
np.add(grandkid_birthday_gifts, 20.00)
Choose the correct answer below: