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 7.

Write a python program to create a list as shown in the sample output. Then find the list elements that can be divided by 7. Sample output: The original list : [13, 14, 21, 30, 37, 49, 50] Result : [14, 21, 49]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
