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