codechacha / codechacha-comments-repo

codechacha-comments-repo
0 stars 0 forks source link

Python - 알파벳 순서로 문자열 정렬 #36

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Python - 알파벳 순서로 문자열 정렬

파이썬에서 알파벳 순서로 문자열을 정렬하는 방법을 소개합니다. list.sort()는 대문자에서 소문자 순서로, 알파벳 순서로 정렬합니다. 대문자를 소문자로 변경하고, 그 리스트를 정렬할 수 있습니다. sort()에 인자로 reverse=True를 전달하면 알파벳 반대 순서로 정렬됩니

https://codechacha.com/ko/python-sort-string-in-alphabetic-order/

Naraeabc commented 1 year ago

A D H T

Naraeabc commented 1 year ago

A F G R B