Home work #1
Python I
Fall 2021
For this assignment you are to create a Python program with the following capabilities/features.
- Starts with a blank list
- Use a while loop
- Asks the user to enter a name or type ‘done’ to stop
- 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 user’s preference.
- 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.
Don’t ZIP your files!
This is Due by Sep 15th 6:00 PM


0 comments