Question: You must write a function called cryptogram_alphabet. It must receive no arguments and produce one string return value. This function will use input to ask

 You must write a function called cryptogram_alphabet. It must receive no

You must write a function called cryptogram_alphabet. It must receive no arguments and produce one string return value. This function will use input to ask the user to type an alphabet (i.e., type the 26 letters of the English alphabet in any order). If the argument contains all 26 letters then the argument, converted to uppercase if necessary, is the return value. If, on the other hand, the argument does not contain all 26 letters or contains duplicate letters, you will print an error message and return the unmodified alphabet "ABCDEFGHIJKLMNOPQRSTUVWXYZ

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!