Question: python code that stores all of the even numbers in one list and all of the odd numbers in another list. Display all the even
python code that stores all of the even numbers in one list and all of the odd numbers in another list. Display all the even and odd numbers between 0 to 19 (inclusive).
Output:
even numbers are: [0, 2, 4, 6, 8, 10, 12, 14, 16, 18]
odd numbers are: [1, 3, 5, 7, 9, 11, 13, 15, 17, 19]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
