Your program for keeping track of team members is coming along, but now you want to be able to include phone numbers and jersey numbers along with your team member’s name. Modify your program from week 4 so that the program utilizes object-oriented programming to create a member object which can accept the player’s name, phone number, and jersey number. You will need to replace the list with a dictionary to help in locating objects for removal and editing. Again, File Access for long-term storage is not required for this assignment.
For this project:
Tips: While dictionaries resemble lists, remember that they are not the same! It is better to use FOR loops, not WHILE loops with index values.
Your class structure does not need a full set of accessor and mutator methods getName(), setName(newName), however it they will be helpful in the next week.
Instructors response:
Good start on the team management OOP program but you did not set up your class and objects. You are required to use the class and dictionary. Make this change and resubmit the assignment for additional points. Let me know if you have any questions.
I have attached the python file could you please provide corrections I am unsure where i went wrong. This question is separate from the one I sent prior
Need assistance with this?