Question: 1. Write a program that takes a list of numbers from 1 to 10 and splits that list into two separate list. One list for

1. Write a program that takes a list of numbers from 1 to 10 and splits that list into two separate list. One list for the numbers that are odd and the ether for these that are even. Do not hardoode your lists, other than the original list. Hint: You should use an ifelse statement to determine which list each number should go to. Here is the lists the list of numbers: #lists of numbers numbersmlist = [1, 2, 3, 4, 5. E. T, s, 9, 1o] Here's the sample program you are to run: riginal List: 1, 2. 3, 4, 5, E, T, B. 9, 1B Even list: Edd list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
