Question: Write the function get_alpha_string(L) that takes a 2D list of strings and returns a string containing only the alphabetical letters (a-z and A-Z) that appeared
Write the function get_alpha_string(L) that takes a 2D list of strings and returns a string containing only the alphabetical letters (a-z and A-Z) that appeared in the list, reading left-to-right, top...
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
