Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions

Question

1. Explain how technology has changed the learning environment.

Answered: 1 week ago