✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе цей код?
import numpy as np
my_array = np.array([10, 20, 30, 40])
my_slice = my_array[1:3]
my_slice[0] = 99
print(my_array)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!