python_ref_list_pop_1.py:
x
 
fruits = ['apple', 'banana', 'cherry']
fruits.pop(1)
print(fruits)