Computer Science, asked by dwiese003, 12 days ago

What does the pop() method do in a list? *
Adds an item to the end of a list.
Retrieves an item from a list.
Removes an item from the list.
Concatenates two lists together.

Answers

Answered by Anonymous
1

Answer:

The pop() method removes the element at the specified position.

Similar questions