CS192 Week 4 Team Management Part 1 with Screenshot and py file – Perfect Solution – Instant Delivery
CS192 Week 4 Team Management Part 1
You are in charge of managing a local softball team, one in which there is a lot of turnover. While you have a couple of regulars, much of the team members come and go frequently. When it comes to organizing games, it is becoming more and more difficult to keep track of the current members, so you decide to write a small program to help you track the current players.
Write a modularized program that will utilize a main menu to control the program’s functions and a list to store the members of your team. The following functions that your program needs to include:
• Print the current member list.
• Add a new member.
• Remove a member.
• Modify an existing member.
• Exit the program.
Remeber that you can create a function using ‘def.’ In other words, for adding a new member, you will need a function similar to: def aaddmember.
Note: Since we have not covered File Access, do not worry about long term storage for your list. Each time you run the program, you will have to create a new list. You are welcome to skip ahead to the File I/O if you would like to tackle this additional functionality, but file access is NOT required for this assignment.
For this project:
• You will submit your python code in either the original .py file, or copied into a .txt file.
• A screenshot of your code having been executed (run). How to Take a Screenshot
Tips: The menu logic will use the same structure as your previous programs. A single variables will be used as the control value, and based on what the user entered as the control value, will determine the course of action taken inside of the loop.
Example output:
C:\>python week4.py
Welcome to the Team Manager
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 2
Enter new member’s name: Nathan
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 2
Enter new member’s name: Toby
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 1
Nathan
Toby
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 3
Enter member name to be removed: Toby
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 1
Nathan
===========Main Menu===========
1. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 4
Enter the name of the memeber you want to edit: Nathan
Enter the new name of the member: Nathan Braun
===========Main Menu===========
. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 1
Nathan Braun
===========Main Menu===========
. Display Team Roster.
2. Add Member.
3. Remove Member.
4. Edit Member.
9. Exit Program.
Selection> 9
Exiting Program…
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.