Question: Python Programming Write a program that gets one string from the user containing a person's first, middle, and last names, and then displays their first,
Python Programming
Write a program that gets one string from the user containing a person's first, middle, and last names, and then displays their first, middle, and last initials (with periods). For example, if the user enters "John William Smith" the program should display "J. W. S."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
