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