[Solved] I tried BUT for some reason my data sorting is not aligned with student names and i am getting wrong grades opposite to wrong names [closed]
The problem is that when you sort the GPAs, they’re no longer associated with the name ordering – you can simply skip doing so and the list indicies will stay correct or bring them into some collection (the instructions actually specify a tuple) # starting values scores_GPA = [3.85, 4.89, 2.89, 1.02, 3.8, 3.7, 2.9, … Read more