[Python] Write a program that will display the first and last name entry as “initials”, “name in address book” and user name.

Write a program that will display the first and last name entry as “initials”, “name in address book” and user name. 

Deliverables

  • The users enters a person’s first and last name as separate inputs.
  • The program finds the “initials”, “name in address book” and user name.
  • The program displays the “initials”, “name in address book” and user name.

SAMPLE RUN (User entry is in RED) 

User’s Entry

Enter last name Smith

Enter first name John

Result

The person’s

Initials: J.S.

Name in address book: John SMITH

User name: jsmith

Answer Preview

Write a program that will display the first and last name entry as “initials”, “name in address book” and user name
  Solved by verified study co-pilot   All Study Co-Pilots are evaluated by Gotit Pro as an expert in their subject area.
Student review: (1 ratings) 17 out of 1 people found this solution helpful.