Question: Please and im on short time Python Language and Please screenshoot code and copy the actually code and paste please 3. Write a function named
3. Write a function named problem3 that accepts two lists of strings as arguments. Merge two lists together and then remove all the alphabetic letters from the merged list. Return the merged list. Call the function and display the return result. Test it with the test case: if the two lists are ("a", "2", "b", "1", "%", "b") and ["b", "?", "c", "a", "3", "4","g"), your function should return ["2", "1", "%", "?", "3", "4"). (20 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
