Run
my_list = [2, 4, 6, 8, 10] my_list.reverse() print(my_list)
Output