Player라는 클래스에 name, score이 초기화되도록 \_\_init\_\_ 메서드를 채워준다. comparator에서는 입력된 a, b 인스턴스의 속성인 name, score를 비교해서 정렬해준다. score는 내림차순, name은 오름차순이다.