Team Management Oop Style Program Keeping Track Team Members Coming Along Want Able Includ Q43836834
Team Management OOP Style
Your program for keeping track of team members is coming along,but now you want to be able to include phone numbers and jerseynumbers along with your team member’s name. Modify your programfrom week 4 so that the program utilizes object-orientedprogramming to create a member object which can accept the player’sname, phone number, and jersey number. You will need to replace thelist with a dictionary to help in locating objects for removal andediting. Again, File Access for long-term storage is not requiredfor this assignment.
For this project:
- You will submit your python code in either the original .pyfile, or copied into a .txt file.
- A screenshot of your code having been executed (run). How toTake a Screenshot
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.
Expert Answer
Answer to Team Management OOP Style Your program for keeping track of team members is coming along, but now you want to be able to…
OR