Answered step by step
Verified Expert Solution
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 capabilitiesfeatures
Starts with a blank list
Uses a while loop
Asks the user to enter a name or type done to stopexit the while loop
Appends each name to the list
Does not append done to the list
After user exits while loop, asks the user to select one of three methods to print the list lower CAPITAL, Title
Prints the list based on the users preference.
Prints the names in the following format example below
a numbers start at
b numbered list Is indented
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:
Fred
Mary
etc
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started