Complete the following steps for our Scouting Assignment utilizing dictionaries and functions: Please find the rubric below... Note: Please refer to Week 10W - Intro to dictionaries as well as Week 11M - Dictionaries part 2 for assistance on working through this assignment. Also Note: There is a shell given on the Week 12W - Homework Hint lecture slides... ''' About: This program will store scouting information for a sports team to help with player analysis.
Step 1: Prompt the user to enter 5 pairs of information: A player's last name, jersey number (0 - 99) and the player's rating (1 - 9). Store the Last name, jersey numbers and the ratings in a dictionary. Output the dictionary's elements.
Step 2: Implement a menu of options for a user to modify the roster. Each option is represented by a single character. The program ends when the user chooses the option to Quit. Example: Menu: a - Add Player d - Remove Player n - Update Player Name o - Output Roster r - Output Players above a rating u - Update Player Rating y - Exit Choose a menu option: