Question: this is for beginners so keep it as rookie as possible please Write Python function that will take a string of characters as a parameter.
Write Python function that will take a string of characters as a parameter. the function should return two tuples, one tuple should contain all uppercase letters from the input string and the second tuple should contain all lowercase letters from the input string. Notice, that string may contain other characters besides letters. Include annotations in your function definition and docstring in your function definition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
