Question: You would like to design a matchmaker function to test the compatibility of two people based on their first names. The function should score each
You would like to design a matchmaker function to test the compatibility of two people based on their first names. The function should score each name (5 pts for vowels and -1 for each consonant), print each person's score, and then let the people know if they're soulmates (within 5), a "decent match" (between 6 and 10), or may want to try elsewhere (11 or more). Before typing anything in Python, come up with an algorithm, a list of exact steps for what you want your program to do. Then come up with 3 pairs of names and score them on paper. Finally, create the function in Python! Email me your finished code before our next class. Make sure you have at least one function in your code!
MUST BE ABLE TO COPY AND PASTE ONTO PYTHON AND IT RUN PERFECTLY
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
