Question: Please and im on short time Python Language and Please screenshoot code and copy the actually code and paste please 2. Write a function named
2. Write a function named problem2 that accepts a list of integers as the argument. Then your function should remove all the odd numbers from the list and sort them in descending order. Return the list. Call the function and display the return result. Test it with the test case: if the input list is [1, 6, 4, 3, 7, 2,5), then your function should return (6,4,2] (20 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
