Please Answer Python 3 Create Program Reads Text File Provides Summary Report Text File Le Q37030901

Please answer in Python 3

Create a program that reads in a text file and provides a”summary report” of the text file. There should be at least 2functions in the program.

The summary report function should take the“year” as user input and then the numberand percentage of students in each program for that year and aftershould be the output

Below is a sample of the file

ID   Last   First  GradYear   GradTerm   DegreeProgram
101010   Lee   Shane  2019   Spring   MSA
101020   Zhang   Eve  2019   Summer   MSSD
101030   Anthony   Daisy  2020   Fall   MSBA
101040   Ware   Tyson  2019   Spring   MSGF


Answer


Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.