Question: Write Python code that prompts the user for their first and last names, and then welcomes them by their first name ( only use string

Write Python code that prompts the user for their first and last names, and then welcomes them by their first name (only use string methods). For example,
>>> Please enter your first and last name: jane smith
Hello, Jane.
Now print the user's name starting with last name first, and first name last, with a comma and a space in between the first and last name, and the first letter of their names capitalized. For example,
The user's name is: Smith, Jane

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!