Question: For this assignment you are to create a Python program with the following capabilities / features . 1 . Starts with a blank list 2

For this assignment you are to create a Python program with the following capabilities/features.
1. Starts with a blank list
2. Uses a while loop
3. Asks the user to enter a name or type done to stop/exit the while loop
4. Appends each name to the list
5. Does not append done to the list
6. After user exits while loop, asks the user to select one of three methods to print the list (lower, CAPITAL, Title)
7. Prints the list based on the users preference.
8. Prints the names in the following format (example below).
a. numbers start at 1
b. numbered list Is indented
9. Clears the list and ends
Your code should have comments as needed.
You are to submit the .py file and screen captures of the code executing. Submit the files through Blackboard without zipping them.
Dont ZIP your files!
Name list format.
The names are:
1. Fred
2. Mary
3. etc

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!