Question: BOTIGFXVS.J92X38b/edit hw3 part3.py (8 points) Make a system which asks first how many steps it should run. For each step do one of the three
BOTIGFXVS.J92X38b/edit hw3 part3.py (8 points) Make a system which asks first how many steps it should run. For each step do one of the three things here: 1. "add [name]"-add name to list 2. "remove [name]" remove name from list a. if the name is not in the list, inform the user and don't crash 3. "max" output the max length name, if there is a tie, then output the last name in lexicographic order. (you are not permitted to use .sort() or sorted() for this, instead consider using the
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
