python_ref_list_remove.py:
x
 
fruits = ['apple', 'banana', 'cherry']
fruits.remove("banana")
print(fruits)