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.

PLEASE USE PYTHON!! Your task is to write a program that reads

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!