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