<시간/> 문자열에서 min 메서드를 사용하여 문자열에서 최소 알파벳 문자를 가져올 수 있습니다. 다음과 같이 사용할 수 있습니다. >>> min('helloworld') 'd' >>> min(‘TAJMAHAL’) ‘A’