logo

Crowdly

Що виведе цей код? import numpy as np my_array = np.array([10, 20, 30,...

✅ 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)

More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!