Respuesta :

In python:

new_list = [x for x in my_list if x % 2 == 0]

Otras preguntas