Pergunta de entrevista da empresa Dream Tech Innovation

Write a function on the white board that does the following: 1. Function accepts an integer list in its signature. 2. Function removes the odd integers from the list. 3. Function returns a list of even integers.