Compute average and keep track of lowest and highest grade


Problem

Python Coding! Down below contains a list of names and grades. Each line contains one full name and one grade. I have to make a list of the names. The format of the name should be Lastname, Firstname. (The first name will not be more than one word), so I must split the list to attain the firstname seperate from the last name. Then sort the list, compute the average, and keep track of the lowest and highest grade. I am unsure of how to approach this exactly, do I make two seperate lists, one of names and one of grades?

The list of names and grades:

Charlie Brown 77 Snoopy Brown 98 Lucy Van Pelt 85 Linus Van Pelt 98 Franklin Armstrong 89 Peppermint Patty 60 Sally Brown 88 Marcie Carlin 99 Schroeder Beethoven 71

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Compute average and keep track of lowest and highest grade
Reference No:- TGS03268337

Expected delivery within 24 Hours