Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Remove an item
my_list.remove('!')
my_list.insert(0,'!')
my_list.pop(-1)
del(my_list[0:1])
my_list.index(a)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!