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