Question: Write a python program to create a list as shown in the sample output. Then find the list elements with 3 digits number. Sample Output:
Write a python program to create a list as shown in the sample output. Then find the list elements with 3 digits number. Sample Output: The original list : (100, 1000, 200000, 300, 40, 500000, 600] Result: [100, 300, 600]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
