Overview of the Application In this introductory tutorial, you develop an application to manage a hockey team, a command-line application to add a list of players, their preferred position, and if their current status ("BENCHED" or "ACTIVE") to an external file. At that point, you will be able to list the contents of the file via Python as well as update records. This tutorial covers file I/O and

