Many documents use a specific format for a person's name. How do I write a program whose input is:
firstName middleName lastName
and whose output is:
lastName, firstInitial.middleInitial.
Ex: If the input is:
Pat Silly Doe
the output is:
Doe, P.S.
If the input has the form:
firstName lastName
lastName, firstInitial.
Julia Clark
Clark, J.
In python code.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here