Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Unique even numbers
Python Code Challenge
63 -
Write a program that takes a set as input and only keeps the even numbers in a new set using a while loop.
Python
Sets
While Loops