clearing a list means removing all elements from it so that the list becomes empty, but the list object itself still exists in memory.
Here’s the definition in simple terms:
Clear List: The process of deleting all items from a Python list without deleting the list object itself. After clearing, the list length becomes 0