Question: Python - In a function, write a program that gets a string containing a person's first, middle, and last names, and then display their first,
Python - In a function, write a program that gets a string containing a person's first, middle, and last names, and then display their first, middle, and last initial. For example, if the user enters John William Smith, the output should look like J. W. S. Then in another function, ask the user if they want to enter another name, if yes, run the program again.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
