Question: PLEASE USE PYTHON!! Your task is to write a program that reads a text string from the user and determines which letters of the alphabet
PLEASE USE PYTHON!!
Your task is to write a program that reads a text string from the user and determines which letters of the alphabet are not used in the string.

Your task is to write a program that reads a text string from the user and determines which letters of the alphabet are not used in the string. unusedletters.py 12345679inputStr=input("Enteratextstring:")text=inputStr.upper()#TOD0:defineasetnamednotUsedthatcontainsthelettersof#thealphabetthatarenotcontainedintheuserenteredstring.forelementinsorted(notUsed):print(element,end=")print()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
