Well done!
You have completed Accessing and Mutating Dictionary Quiz!
Quiz Question 1 of 5
Consider the dictionary student_grades = {"Alice": 85, "Bob": 90, "Charlie": 78}
. Which of the following operations would output the list ["Charlie", "Bob", "Alice"]
after obtaining and sorting the dictionary keys?
Choose the correct answer below: