Question: C13 3145 Project #2 Team Management Program: Version 2 Update the team tracking program used in project #1. The ow and functionality of the program

 C13 3145 Project #2 Team Management Program: Version 2 Update the

C13 3145 Project #2 Team Management Program: Version 2 Update the team tracking program used in project #1. The ow and functionality of the program from project #1 will be the same except for the addition of the date function in this project. Make corrections in Project #1 based on any feedback and use a copy of that program for this version. New formatting will be added to change how the output is displayed (as described below), but it will not change what is displayed. The rst project used a list of lists to hold player data. This project will be refactored to use a list of dictionaries where each player is represented by a dictionary with four keys listed here for the player's ' namer , 'position ', ' at_bats ', and ' hits'. Note: the next project will use alist of objects . Here is a short example of a list of player dictionaries. This can be used to update the interface code. playersList : [ "name\":"Dominick Gilbert", "position":\" 13", \"at_bats":537, "hits":l?0}, "name\":"Craig Mitchell", \"position":"CF", "at_bats":396, "hits":125}] The batting average is calculated as needed when it is printed, not stored in the list or dictionary

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!