Question: using python IDLE Write a program that prompts a user for their first name, middle name and last name using separate prompts. The program should
using python IDLE
Write a program that prompts a user for their first name, middle name and last name using separate prompts.
The program should display the following on separate lines:
last name, first name middle name using string concatenatio
n first name initial (uppercase) followed by a period and space, middle name initial (uppercase) followed by a period and space,
and the last name initial (uppercase) followed by a period using string concatenation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
