문자열 다루기 기본
def solution(s): return len(s) in [4, 6] and s.isnumeric()
이전 포스트 문자열 내림차순으로 배치하기
다음 포스트 서울에서 김서방 찾기