Question: Write a program that gets a (one string and one input must be used) string containing a person's first, middle, and last names, and
Write a program that gets a (one string and one input must be used) string containing a person's first, middle, and last names, and displays their first, middle, and last initials. For example, if the user enters John William Smith, the program should display J. W. S.
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
Heres a simple Python program that takes a full name as input and displays the first ... View full answer
Get step-by-step solutions from verified subject matter experts
