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