Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Keep Evens
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.
Python
Lists
While Loops