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
Get step-by-step solutions from verified subject matter experts
