Create a program that initializes a list with random integer


Problem

Create a program that initializes a List with 100 random integers between 1 and 999. Loop through the list, and create two new lists with the following:

a) Every number that is divisible by 3
b) Every number that is greater than or equal to 100 and less than 800.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Create a program that initializes a list with random integer
Reference No:- TGS03293508

Expected delivery within 24 Hours