Question: Given a list of integers, write a Python list comprehension using a for loop to return a list of numbers that are from the given

Given a list of integers, write a Python list comprehension using a for loop to return a list of numbers that are from the given list, are smaller than 100, and can be evenly divided by 5 or 9. For example, if the list is [100, 99, 120, 210, 21, 15], we should get [99, 15].

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!