Run
my_list = [2, 4, 6, 8, 10, 12] my_list.pop() # default index=-1 print(my_list)
Output