Question: please answer this question correctly EXTRA CREDIT ( 0.5 points) print () function sep and end arguments Prompt the user to input three names, storing
EXTRA CREDIT ( 0.5 points) print () function sep and end arguments Prompt the user to input three names, storing each name as a separate variable. Print the names in the given order. You should call no more than six functions and your script should not exceed six lines (not including comments and lines for spacing). Below are some sample runnings of the program. Underlines indicate user input. Example 1 Name 1: Arnold Name 2: Brandon Name 3: Charlyne 1. Arnold, Brandon, Charlyne 2. Brandon*"Charlyne**Arnold*" 3. Charlyne Arnold Brandon! Example 2 Name 1: Bruce Name 2: Claxk Name 3: Diana 1. Bruce, Clark, Diana 2. *rlark*"Diana*Bruce* 3. Diana Bruce Clark
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
