Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який метод вставляє на i-ий елемент значення x?
list.append(x)
list.insert(i, x)
list.index(x, [start [, end]])
list.count(x)
list.extend(L)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!