Question: Create a function named get _ valid _ letters that takes in as an argument one string and returns one string of ten unique letters.
Create a function named getvalidletters that takes in as an argument one string and returns one string of ten unique letters.
Create a function named isvalidguess that takes in as arguments two strings and returns a Boolean value.
Create a function named checkuserguess that takes in as arguments four integers and returns a Boolean value.
Create a function named makenumber that takes in as arguments two strings and returns one integer.
Create a function named makenumbers that takes in as arguments two strings and returns a tuple of four integers.
Create a function named main that does not take in any arguments nor return any values. This function should take as input from the user a puzzle string, print the puzzle, ask the user to enter a guess, and output an appropriate message.
Finally, in your main code type the following:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
