Question: Please help with this task..I come from a C background and don't fully understand Python just yet We are using Python 3 We must include
Please help with this task..I come from a C background and don't fully understand Python just yet
We are using Python 3
We must include at least these two functions: buildList() and filterList()


2.1 Task 1: Random Numbers This program uses Python's random number generator to generate a random list of numbers. It filters out certain numbers, and then prints both versions of the list. It will give you practice with building lists, filtering values from one list to another, and loops. You will also practice with writing simple functions. Name this file randList.py It must use inputs C) to read two integers. (Do not print out any prompt for the user; simply read them The first number will be the "seed" to the random number generator (https://en.wikipedia You are allowed to assume that the user will actually print type integers as input you do not have to do any error checking
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
