Computer Science, asked by elsamariaantony16, 4 months ago

____ method is used to delete elements from a list if index is not know​

Answers

Answered by Anonymous
1

Answer:

The method pop() can be used to remove and return the last value from the list or the given index value. If the index is not given, then the last element is popped out and removed.

Similar questions