Question: Write a python program to create a list as shown in the sample output. Then find the list elements that can be divided by 5.

Write a python program to create a list as shown in the sample output. Then find the list elements that can be divided by 5. Sample output: The original list : [13, 26, 55, 75, 103, 136, 150] Result : [55, 75, 150]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
