<시간/> Python에서 lower() 메서드를 사용하여 문자열의 모든 대문자를 소문자로 변환할 수 있습니다. 예: >>> ‘Jane Doe N.Y.’.lower() jane doe n.y.