Python · Scientific Computing & Data Science
What does this print? ``` import numpy as np a = np.array([1, 2, 3, 4]) b = a[1:3] b[0] = 99 print(a) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
