Answer:
pop() function.
Step-by-step explanation:
The pop() function is used in the format list.pop(integer), where the integer represents the index of the element of a list that is to be removed. If nothing is placed within the parentheses of pop(), the function will remove the last item of the list as default.
*This is for Python.
Hope this helps :)