Question: Without using importing Counter ! Write a program that prompts the user for a name. The program then splits the name into first and last

Without using importing Counter ! Write a program that prompts the userWithout using importing Counter !

Write a program that prompts the user for a name. The program then splits the name into first and last name (case insensitive] Then it: 1. calls a function that returns a list of the common letters in first and last. The data structures used in this implementation can only be lists 2 calls a function that returns a set containing the common letters in first and last. The data structures used in this implementation can only be sets 3. prints out a sorted list version of the results from 1) and 2] Example input/output: Enter name: Barak Obama

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!