python_ref_list_clear.py:
x
 
fruits = ["apple", "banana", "cherry"]
fruits.clear()
print(fruits)