Hide Assignment Information Instructions In Assignment 3 we are going to gain some experience with lists, dictionaries, and container classes. We have been hired by ESPN to write a program which...
















Hide Assignment Information
Instructions

In Assignment 3 we are going to gain some experience with lists, dictionaries, and container classes.


We have been hired by ESPN to write a program which tracks all the players in the NFL. We are going to create aTeamcontainer class to track the players on individual teams. A template to begin the project has been provided for you to download. Specifics:



  • Each team will be an instance of ourTeamcontainer class

  • Teamis implemented as alistEach player will be represented by adictionary

  • The list will hold a collection of players - each entry will be a unique dictionary


Expectations:



  • Your program works

  • Your program has a header (at the top) which contains Program Name, Author Name, Date Created, & High Level Description

  • The program is well-documented (docstrings for each method)

  • Comments are included in code to explain major processing steps




Mar 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here