Computer Science, asked by kvpraneethkuma123, 4 months ago

what is the purpose of pop method of a list​

Answers

Answered by govardhanreddy627
0

Explanation:

The pop() method removes the item at the given index from the list and returns the removed item.

Similar questions