Python Code Challenge

59 - Write a program that takes a list of numbers as input and only keeps the even numbers in a new list using a while loop.