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