Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

It' ootobor, whioh means ite baseball playoffe 6oason! in thie oxoroise, lot' utilizo diotionarios to soo if we can, model and learn more about saorne

image text in transcribed

It' ootobor, whioh means ite baseball playoffe 6oason! in thie oxoroise, lot' utilizo diotionarios to soo if we can, model "and learn more "about saorne of our favorite playersin thia problem, you will b As you oan see within your hw06.py file-the dictionaries mapping players to their team and statistis full-ros ter = { "Manny Machado" Dodgers". Dodgers. *CLayton Kershaw"Dodgers". Giancarto Stanton""Yankees' fullstots- "Manny Machado so". 13"So".HR 1. Aaron Judge""SO"."HR"HR"18". S0, CLayton Kershow1B def get teampLayer) Returns tcam that the provided ployer is o member of get.team"Manny Machado" get team"Aaron Judge" Question 2: Team Roster ERE Implement the function get_players which takes a team name and returns a list containing all the players that are members of the given team. det get stots(player I Returns the statistics associated with the provided player get stats'Manny Machado def get players(team): " Returns a list of all players who are members of the given team ERE return full stats player) get_players("Dodgers") [ 'Manny Machado, 'Yasiel Puig', 'Clayton Kershaw' >>>get_players("Yankees") ['Aaron Judge', 'Giancarlo Stanton' YOUR CODE HERE return- Implement the function common_players. The common_players function identifies which keys from the full_roster share the same values. The function returns a new dictionary where each key is the value from the original dictionary, and the corresponding values of the new dictionary are list that contain keys that share the same value. def common players(roster) "n Returns a dictionary containing values along with a corresponding List of keys that had that value from the original dictionary >common_players(full_roster) 'Dodgers' I'Manny Machado', 'Yasiel Puig''Clayton Kershaw', 'Yankee full_roster common_players(full_roster) "bob": "excellent, "barnum": "passing", "beatrice": 'excellent': ['bob', 'belle', tte'' .baxter.. .passing": [.barnum ., bernice YOUR CODE HERE return_

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

More Books

Students also viewed these Databases questions