Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Enter the player's rating: (5) Implement the Delete player menu Dption, Prompt the user for a players jersey numher. Remove the player from the roster
Enter the player's rating: (5) Implement the "Delete player menu Dption, Prompt the user for a players jersey numher. Remove the player from the roster (delete the jersey number and rating) (1 pt) EX Enter a jersey aumber: 6) Implement the Update player rating menu option. Prompt the user for a player's jersey number. Prompt aain for a new rating for the player, and then change that player's rating. (1 pt) Ex. Enter a jersey number 23 Enter a new rating tor player: 7) Implerment the "Output players above a rating menu aption. Prompt the user for a rating. Print the jersey number and rating far all players with ratings above the entered value. (2 pts) Ex Enter a rating: ABOVE 5 Jerscy number: 66, Rating: 9 Terscy number 8, Rating: 7 LAR ACTVITY 9.8.1 (LAB) Program: Socce team raster (Dictionaries) (Python 3) 011 main.py Jersey-nu" - nt(input("Enter player Sd's jersey number: . % count)) #usar input for jersey rate run- irt(input("Enter player %d's rating : " % count)) auser input for rating ny dictljersey nu]- rate run icreste a dictionary with key jersey nanber and value rati list jersey listny dict.keys)urn dictianary keys into 1ist 12 13 15 18
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started