Python edabit Challenge : Get Student Names

preview_player
Показать описание
This one gave me some trouble.
I was on the right track, but didn't do the sort function correctly
Got it to work at the end!

Create a function that takes a dictionary of students and returns a list of student names in alphabetical order.

def get_student_names(students):
return sortedStudents
Рекомендации по теме