...

/

Challenge 7: Lists of Even and Odd Numbers

Challenge 7: Lists of Even and Odd Numbers

In this challenge, you are required to create a list containing even and odd numbers.

Problem Statement

Given a ListofEvenOdds() function, create a list comprehension with all the even numbers from 0 ...