You are in charge of managing a local softball

  

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
Remember that you can create a function using ‘def.’ In other words, for adding a new member, you will need a function similar to: ***** *****