Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

choose the function described. the function deletes all items from a li…

Question

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

Explanation:

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