Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Tuple of Even Numbers
Python Code Challenge
52 -
Write a program that takes in two lists of numbers and outputs a tuple containing any even numbers from both lists.
Python
Tuples
If Statements