What method can you use to remove specific items from a list by its position or index?
Select one:
.pop()
.deleteitem()
.clear()
.del()
.delete_index()
Hint
The method you’re looking for also returns the item you removed.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?