problem-1427

유성·2022년 11월 7일
0

PS

목록 보기
1/47
post-custom-banner

과정
1. 리스트로 input string을 변환
2. 리스트를 내림차순으로 정렬
3. join을 이용해서 리스트를 문자열로 변환 후 출력

print(''.join(sorted(list(input()),reverse=True)))


time : 1분

profile
기록

0개의 댓글