Question: Create a Python program named initials.py that prompts the user to input their first and last name. The program should then output the user's full

Create a Python program named initials.py that prompts the user to input their first and last
name. The program should then output the user's full name as well as their initials.
For example, if the user inputs Jane as their first name and Doe as their last name, the
program should display the full name as Jane Doe and the initials as JD.

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!