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