Question: Create a module and name it Lastname_Firstname_final.py. For example, John Smith's module would be Smith_John_final.py. In the module, add the following functions: 5. Write a


Create a module and name it Lastname_Firstname_final.py. For example, John Smith's module would be Smith_John_final.py. In the module, add the following functions: 5. Write a function named problems that accepts a string as the argument. Assume the string contains single-digit numbers and letters only. Return two strings, one with numbers only, and the other with letters only. Call the function and display the return results. You may test your function with this test case: if the given string is "ab12cd34e5, then your method should return "abcde and 12345. (10 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
