Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведеться у результаті виконання наступного фрагменту коду
arr = [1, 2, 3, 4, 5]
print(arr[1:])
[1, 2, 3, 4, 5]
[2, 3, 4, 5]
[1, 2, 3, 4]
[2, 3, 4]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!