06 Nov Sunday 9:45 Python Homework 11.04.
Question 1:
Use range(1, 201), make two list, one containing all even numbers and other containing all odd numbers.
Question 2:
From the two lists you got in the question #1, make new lists, containing only numbers which are divisible by 4, 10, 3, 7 and 9 in separate lists.
Sorry, the comment form is closed at this time.