____ method is used to delete elements from a list if index is not know
Answers
Answered by
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