python_ref_list_append_1.py:
x
 
fruits = ["apple", "banana", "cherry"]
fruits.append("orange")
print(fruits)