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