Question: Please help in Python, the code that has been provided is incorrect. Here is the code I used. Many documents use a specific format for
Please help in Python, the code that has been provided is incorrect. Here is the code I used.


Many documents use a specific format for a persons name. Write a program whose input is: firstName middleName lastName and whose output is: lastName, firstinitialimiddleinitial. Ex: If the inout is: Pat Silly Doe the output is: Doe, P.S. If the input has the form: firstName lastName the output is: lastName, firstlnitial. Ex: If the input is: Julia Clark the output is: Clark, J. LAB ACtiviry 5.6.1: LAB: Name format main.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
