Question: Write a function that takes, as an argument, a string, and returns a list of all of the unique letters in the string. If the
Write a function that takes, as an argument, a string, and returns a list of all of the unique letters in the string. If the string contains digits or punctuation, do not include those symbols in the list that is returned. Name thisfunction getLetters(myString).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
