Python · Scientific Computing & Data Science
What does this print? ``` import numpy as np m = np.ones((3, 2)) v = np.array([10, 20]) print((m + v)[0]) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
