python_ref_list_reverse.py:
x
 
fruits = ['apple', 'banana', 'cherry']
fruits.reverse()
print(fruits)