Make a list of the unique letters used in a sentence. That is, if the letter x is used twice in a sentence, it should only appear once in your list. No punctuation should appear in your list. For the purpose of simplicity, consider the following characters as punctuation: . , ; ? ! -
(a) Use a while loop.
(b) Use a for loop.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.