Question: python code Write a python program to create a list as shown in the sample output. Then find the list elements with 3 digits number.

python code
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] The time allocated for this question is 15 minutes. At the end of this period, o ease go to the next This question is 15 points. all Be careful about the indentation. If your code has a syntax error, you will not be graded
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
