Question: Write a program on Python that prompts for and reads the user s first and last names ( separately ) . The program should create

Write a program on Python that prompts for and reads the users first and last names (separately). The program
should create a list containing the first and last name and display on the screen the list, users initials, as
well as the average length of their first and last names. The example below shows a sample of program run:
Enter first name: Joe
Enter last name: Smith
List: ['Joe', 'Smith']
Initials: JS
Average length: 4.0

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 Programming Questions!