even_numbers = [2,4,6,8,10,12,15] # 15 is an odd number # if you wanna remove 15 from the list even_numbers.pop()