Question: In Python: Write a function that takes names of the form Firstname Lastname and outputs them in the form Lastname, Firstname. As a next step,
In Python:

Write a function that takes names of the form "Firstname Lastname" and outputs them in the form "Lastname, Firstname". As a next step, allow for middle names in the input ("Firstname Middlename Lastname"), which are added as middle initials: "Lastname, Firstname M
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
