choose the function described. the function deletes all items from a list. remove delete clear

choose the function described. the function deletes all items from a list. remove delete clear
Answer
Brief Explanations:
In programming, the 'clear' function is commonly used to remove all elements from a list. The 'remove' function is used to remove a specific element, and 'delete' is more general - purpose for deleting objects or references but not specifically for emptying a list in the way 'clear' does.
Answer:
clear