Question: PYTHON Write a program that read string S from the keyboard; the program should have a function that takes the string S ; the function
PYTHON Write a program that read string S from the keyboard; the program should have a function that takes the string S ; the function stores all unique letters in the string S in list L and returns the list L. The program should print: the string S the string S with all letters capitalized. the list L returns by the function. the list L returns by the function in reverse order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
