Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дано код:lst = [5, 2, 8, 1]lst.sort()print(lst)Що буде виведено?
[5, 2, 8, 1]
[8, 5, 2, 1]
[1, 2, 5, 8]
Помилка
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!