python_ref_list_sort_2.py:
x
 
cars = ['Porsche', 'BMW', 'Volvo']
cars.sort(reverse=True)
print(cars)