Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Principles Of Multimedia Database Systems

Authors: V.S. Subrahmanian

1st Edition

1558604669, 978-1558604667

More Books

Students also viewed these Databases questions

Question

What is paper chromatography?

Answered: 1 week ago

Question

Explain the cost of capital.

Answered: 1 week ago

Question

Define capital structure.

Answered: 1 week ago