print("For alphabetical order (with highest score for each student), Enter 1")print("For sorting by highest...score (highest to lowest), Enter 2")print("For sorting by average score (highest to lowest), Enter 3...("class1.csv", "r").read()if sorting == 1: print ("First Name, Surname, Score1, Score2, Score3, Highest...')[0]): print(line)if sorting == 2: print ("First Name, Surname, Score1, Score2, Score3, Highest...')[5]): print(line)if sorting == 3: print ("First Name, Surname, Score1, Score2, Score3, Highest