728x90
https://school.programmers.co.kr/learn/courses/30/lessons/120911
프로그래머스
코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.
programmers.co.kr
def solution(my_string):
return ''.join(sorted(my_string.lower()))
sorted(리스트명)
리스트명.sort() : 리턴값이 None이 됨
728x90
'𝘼𝙣𝙖𝙡𝙮𝙨𝙞𝙨 > ᴀʟɢᴏʀɪᴛʜᴍ' 카테고리의 다른 글
itertools-combinations, math (0) | 2023.04.28 |
---|---|
[Programmers] 합성수 찾기 (0) | 2023.04.02 |
[Programmers] 숫자 찾기 (0) | 2023.04.02 |
[Programmers] 369게임 (0) | 2023.04.02 |
[Programmers] 피자 나눠 먹기 (2) (0) | 2023.04.02 |