students = [("태민", 95), ("민수", 88), ("지우", 98)] ranking = sorted(students, key=lambda x: x[1], reverse=True) print(ranking)
To embed this project on your website, copy the following code and paste it into your website's HTML: