Challenge 7: Lists of Even and Odd Numbers
In this challenge, you are required to create a list containing even and odd numbers.
We'll cover the following...
Problem Statement
Given a ListofEvenOdds()
function, create a list comprehension with all the even numbers from 0 ...