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
1
Answer:
The pop() method removes the element at the specified position.
Similar questions